#9D681C

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

Shades of Golden Brown #9D681C

Tints of Golden Brown #9D681C

Color information

#9D681C (or 0x9D681C) is unknown color: approx Golden Brown. HEX triplet: 9D, 68 and 1C. RGB value is (157,104,28). Sum of RGB (Red+Green+Blue) = 157+104+28=289 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.33% from 289); Green value is 104 (41.02% from 255 or 35.99% from 289); Blue value is 28 (11.33% from 255 or 9.69% from 289); Max value from RGB is 157 - color contains mainly: red. Hex color #9D681C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D681C is #6297E3. Grayscale: #6F6F6F. Windows color (decimal): -6461412 or 1861789. OLE color: 1861789.

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

Color convert

RGB15710428-
CMYK00.340.820.38
HSL35.35º69.73%36.27%-
HSV(B)35.35º82.17%61.57%-
XYZ19.0617.153.4-
YUV111.1881.06160.68-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 54.33%
GREEN value IS 104 (41.02% from 255) = 35.99%
BLUE value IS 28 (11.33% from 255) = 9.69%
R=54.33%
G=35.99%
B=9.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.82
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571042800.340.820.3835.3569.7336.27
Hex9D681C0225226234624
Octal23515034042122464310644
Binary10011101110100011100010001010100101001101000111000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D681C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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