#95613B

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

Shades of Rope #95613B

Tints of Rope #95613B

Color information

#95613B (or 0x95613B) is unknown color: approx Rope. HEX triplet: 95, 61 and 3B. RGB value is (149,97,59). Sum of RGB (Red+Green+Blue) = 149+97+59=305 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.85% from 305); Green value is 97 (38.28% from 255 or 31.80% from 305); Blue value is 59 (23.44% from 255 or 19.34% from 305); Max value from RGB is 149 - color contains mainly: red. Hex color #95613B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95613B is #6A9EC4. Grayscale: #6C6C6C. Windows color (decimal): -6987461 or 3891605. OLE color: 3891605.

HSL color Cylindrical-coordinate representation of color #95613B: hue angle of 25.33º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #95613B is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB1499759-
CMYK00.350.600.42
HSL25.33º43.27%40.78%-
HSV(B)25.33º60.4%58.43%-
XYZ17.4615.256.16-
YUV108.22100.23157.09-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.85%
GREEN value IS 97 (38.28% from 255) = 31.80%
BLUE value IS 59 (23.44% from 255) = 19.34%
R=48.85%
G=31.80%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149975900.350.600.4225.3343.2740.78
Hex95613B0233C2A192b29
Octal225141730437452315351
Binary100101011100001111011010001111110010101011001101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95613B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95613B; }

 p { color: rgb(149,97,59); }

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

<style>
 a { background-color: #95613B; }

 a { background-color: rgb(149,97,59); }

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

<style>
 span { border-color: #95613B; }

 span { border-color: rgb(149,97,59); }

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