#96613F

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

Shades of Rope #96613F

Tints of Rope #96613F

Color information

#96613F (or 0x96613F) is unknown color: approx Rope. HEX triplet: 96, 61 and 3F. RGB value is (150,97,63). Sum of RGB (Red+Green+Blue) = 150+97+63=310 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.39% from 310); Green value is 97 (38.28% from 255 or 31.29% from 310); Blue value is 63 (25% from 255 or 20.32% from 310); Max value from RGB is 150 - color contains mainly: red. Hex color #96613F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96613F is #699EC0. Grayscale: #6D6D6D. Windows color (decimal): -6921921 or 4153750. OLE color: 4153750.

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

Color convert

RGB1509763-
CMYK00.350.580.41
HSL23.45º40.85%41.76%-
HSV(B)23.45º58%58.82%-
XYZ17.7515.396.74-
YUV108.97102.06157.26-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.39%
GREEN value IS 97 (38.28% from 255) = 31.29%
BLUE value IS 63 (25% from 255) = 20.32%
R=48.39%
G=31.29%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150976300.350.580.4123.4540.8541.76
Hex96613F0233A2917292a
Octal226141770437251275152
Binary100101101100001111111010001111101010100110111101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96613F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,97,63); }

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

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

 a { background-color: rgb(150,97,63); }

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

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

 span { border-color: rgb(150,97,63); }

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