#9D6618

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

Shades of Golden Brown #9D6618

Tints of Golden Brown #9D6618

Color information

#9D6618 (or 0x9D6618) is unknown color: approx Golden Brown. HEX triplet: 9D, 66 and 18. RGB value is (157,102,24). Sum of RGB (Red+Green+Blue) = 157+102+24=283 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.48% from 283); Green value is 102 (40.23% from 255 or 36.04% from 283); Blue value is 24 (9.77% from 255 or 8.48% from 283); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6618 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D6618 is #6299E7. Grayscale: #6D6D6D. Windows color (decimal): -6461928 or 1599133. OLE color: 1599133.

HSL color Cylindrical-coordinate representation of color #9D6618: hue angle of 35.19º 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 #9D6618 is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.38.

Color convert

RGB15710224-
CMYK00.350.850.38
HSL35.19º73.48%35.49%-
HSV(B)35.19º84.71%61.57%-
XYZ18.8216.743.1-
YUV109.5579.72161.84-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 55.48%
GREEN value IS 102 (40.23% from 255) = 36.04%
BLUE value IS 24 (9.77% from 255) = 8.48%
R=55.48%
G=36.04%
B=8.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.85
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571022400.350.850.3835.1973.4835.49
Hex9D66180235526234923
Octal23514630043125464311143
Binary10011101110011011000010001110101011001101000111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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