#9D6A0E

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

Shades of Golden Brown #9D6A0E

Tints of Golden Brown #9D6A0E

Color information

#9D6A0E (or 0x9D6A0E) is unknown color: approx Golden Brown. HEX triplet: 9D, 6A and 0E. RGB value is (157,106,14). Sum of RGB (Red+Green+Blue) = 157+106+14=277 (36% of max value = 765). Red value is 157 (61.72% from 255 or 56.68% from 277); Green value is 106 (41.80% from 255 or 38.27% from 277); Blue value is 14 (5.86% from 255 or 5.05% from 277); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6A0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D6A0E is #6295F1. Grayscale: #6F6F6F. Windows color (decimal): -6460914 or 944797. OLE color: 944797.

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

Color convert

RGB15710614-
CMYK00.320.910.38
HSL38.6º83.63%33.53%-
HSV(B)38.6º91.08%61.57%-
XYZ19.1417.512.79-
YUV110.7673.4160.98-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 56.68%
GREEN value IS 106 (41.80% from 255) = 38.27%
BLUE value IS 14 (5.86% from 255) = 5.05%
R=56.68%
G=38.27%
B=5.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.91
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571061400.320.910.3838.683.6333.53
Hex9D6AE0205B26275422
Octal23515216040133464712442
Binary1001110111010101110010000010110111001101001111010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,106,14); }

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

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

 a { background-color: rgb(157,106,14); }

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

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

 span { border-color: rgb(157,106,14); }

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