#9D640F

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

Shades of Golden Brown #9D640F

Tints of Golden Brown #9D640F

Color information

#9D640F (or 0x9D640F) is unknown color: approx Golden Brown. HEX triplet: 9D, 64 and 0F. RGB value is (157,100,15). Sum of RGB (Red+Green+Blue) = 157+100+15=272 (36% of max value = 765). Red value is 157 (61.72% from 255 or 57.72% from 272); Green value is 100 (39.45% from 255 or 36.76% from 272); Blue value is 15 (6.25% from 255 or 5.51% from 272); Max value from RGB is 157 - color contains mainly: red. Hex color #9D640F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D640F is #629BF0. Grayscale: #6B6B6B. Windows color (decimal): -6462449 or 1008797. OLE color: 1008797.

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

Color convert

RGB15710015-
CMYK00.360.900.38
HSL35.92º82.56%33.73%-
HSV(B)35.92º90.45%61.57%-
XYZ18.5516.322.62-
YUV107.3575.88163.41-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 57.72%
GREEN value IS 100 (39.45% from 255) = 36.76%
BLUE value IS 15 (6.25% from 255) = 5.51%
R=57.72%
G=36.76%
B=5.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.90
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571001500.360.900.3835.9282.5633.73
Hex9D64F0245A26245322
Octal23514417044132464412342
Binary1001110111001001111010010010110101001101001001010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D640F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,100,15); }

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

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

 a { background-color: rgb(157,100,15); }

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

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

 span { border-color: rgb(157,100,15); }

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