#9e4623

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

Shades of Rock Spray #9E4623

Tints of Rock Spray #9E4623

Color information

#9E4623 (or 0x9E4623) is unknown color: approx Rock Spray. HEX triplet: 9E, 46 and 23. RGB value is (158,70,35). Sum of RGB (Red+Green+Blue) = 158+70+35=263 (34% of max value = 765). Red value is 158 (62.11% from 255 or 60.08% from 263); Green value is 70 (27.73% from 255 or 26.62% from 263); Blue value is 35 (14.06% from 255 or 13.31% from 263); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4623 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E4623 is #61B9DC. Grayscale: #5C5C5C. Windows color (decimal): -6404573 or 2311838. OLE color: 2311838.

HSL color Cylindrical-coordinate representation of color #9E4623: hue angle of 17.07º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9E4623 is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.38.

Color convert

RGB1587035-
CMYK00.560.780.38
HSL17.07º63.73%37.84%-
HSV(B)17.07º77.85%61.96%-
XYZ16.5911.772.99-
YUV92.3295.65174.85-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 60.08%
GREEN value IS 70 (27.73% from 255) = 26.62%
BLUE value IS 35 (14.06% from 255) = 13.31%
R=60.08%
G=26.62%
B=13.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.78
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158703500.560.780.3817.0763.7337.84
Hex9E46230384E26114026
Octal23610643070116462110046
Binary10011110100011010001101110001001110100110100011000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e4623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,70,35); }

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

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

 a { background-color: rgb(158,70,35); }

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

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

 span { border-color: rgb(158,70,35); }

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