#9D6818

Color #9D6818 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #9D6818

Tints of Golden Brown #9D6818

Color information

#9D6818 (or 0x9D6818) is unknown color: approx Golden Brown. HEX triplet: 9D, 68 and 18. RGB value is (157,104,24). Sum of RGB (Red+Green+Blue) = 157+104+24=285 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.09% from 285); Green value is 104 (41.02% from 255 or 36.49% from 285); Blue value is 24 (9.77% from 255 or 8.42% from 285); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6818 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D6818 is #6297E7. Grayscale: #6F6F6F. Windows color (decimal): -6461416 or 1599645. OLE color: 1599645.

HSL color Cylindrical-coordinate representation of color #9D6818: hue angle of 36.09º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9D6818 is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.38.

Color convert

RGB15710424-
CMYK00.340.850.38
HSL36.09º73.48%35.49%-
HSV(B)36.09º84.71%61.57%-
XYZ19.0217.133.17-
YUV110.7379.06161-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 55.09%
GREEN value IS 104 (41.02% from 255) = 36.49%
BLUE value IS 24 (9.77% from 255) = 8.42%
R=55.09%
G=36.49%
B=8.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.85
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571042400.340.850.3836.0973.4835.49
Hex9D68180225526244923
Octal23515030042125464411143
Binary10011101110100011000010001010101011001101001001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,104,24); }

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

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

 a { background-color: rgb(157,104,24); }

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

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

 span { border-color: rgb(157,104,24); }

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