#9C4222

Color #9C4222 Rock Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Spray #9C4222

Tints of Rock Spray #9C4222

Color information

#9C4222 (or 0x9C4222) is unknown color: approx Rock Spray. HEX triplet: 9C, 42 and 22. RGB value is (156,66,34). Sum of RGB (Red+Green+Blue) = 156+66+34=256 (33% of max value = 765). Red value is 156 (61.33% from 255 or 60.94% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 34 (13.67% from 255 or 13.28% from 256); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4222 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C4222 is #63BDDD. Grayscale: #595959. Windows color (decimal): -6536670 or 2245276. OLE color: 2245276.

HSL color Cylindrical-coordinate representation of color #9C4222: hue angle of 15.74º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9C4222 is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.39.

Color convert

RGB1566634-
CMYK00.580.780.39
HSL15.74º64.21%37.25%-
HSV(B)15.74º78.21%61.18%-
XYZ15.9511.082.81-
YUV89.2696.82175.6-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 60.94%
GREEN value IS 66 (26.17% from 255) = 25.78%
BLUE value IS 34 (13.67% from 255) = 13.28%
R=60.94%
G=25.78%
B=13.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.78
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156663400.580.780.3915.7464.2137.25
Hex9C422203A4E27104025
Octal23410242072116472010045
Binary10011100100001010001001110101001110100111100001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C4222; }

 p { color: rgb(156,66,34); }

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

<style>
 a { background-color: #9C4222; }

 a { background-color: rgb(156,66,34); }

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

<style>
 span { border-color: #9C4222; }

 span { border-color: rgb(156,66,34); }

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