#95623F

Color #95623F Rope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rope #95623F

Tints of Rope #95623F

Color information

#95623F (or 0x95623F) is unknown color: approx Rope. HEX triplet: 95, 62 and 3F. RGB value is (149,98,63). Sum of RGB (Red+Green+Blue) = 149+98+63=310 (41% of max value = 765). Red value is 149 (58.59% from 255 or 48.06% from 310); Green value is 98 (38.67% from 255 or 31.61% from 310); Blue value is 63 (25% from 255 or 20.32% from 310); Max value from RGB is 149 - color contains mainly: red. Hex color #95623F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95623F is #6A9DC0. Grayscale: #6D6D6D. Windows color (decimal): -6987201 or 4154005. OLE color: 4154005.

HSL color Cylindrical-coordinate representation of color #95623F: hue angle of 24.42º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #95623F is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB1499863-
CMYK00.340.580.42
HSL24.42º40.57%41.57%-
HSV(B)24.42º57.72%58.43%-
XYZ17.6615.486.76-
YUV109.26101.9156.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 48.06%
GREEN value IS 98 (38.67% from 255) = 31.61%
BLUE value IS 63 (25% from 255) = 20.32%
R=48.06%
G=31.61%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149986300.340.580.4224.4240.5741.57
Hex95623F0223A2A18292a
Octal225142770427252305152
Binary100101011100010111111010001011101010101011000101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95623F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95623F; }

 p { color: rgb(149,98,63); }

 H1.HeaderClassName
 {
   color: #95623F;
 }
 .AnyTagClassName
 {
   color: #95623F;
 }
</style>
background-color css

<style>
 a { background-color: #95623F; }

 a { background-color: rgb(149,98,63); }

 div.DivClassName
 {
   background-color: #95623F;
 }
 .BgClassName
 {
   background-color: #95623F;
 }
</style>
border-color css

<style>
 span { border-color: #95623F; }

 span { border-color: rgb(149,98,63); }

 td.TdClassName
 {
   border-color: #95623F;
 }
 .TagClassName
 {
   border-color: #95623F;
 }
</style>