#9D650E

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

Shades of Golden Brown #9D650E

Tints of Golden Brown #9D650E

Color information

#9D650E (or 0x9D650E) is unknown color: approx Golden Brown. HEX triplet: 9D, 65 and 0E. RGB value is (157,101,14). Sum of RGB (Red+Green+Blue) = 157+101+14=272 (36% of max value = 765). Red value is 157 (61.72% from 255 or 57.72% from 272); Green value is 101 (39.84% from 255 or 37.13% from 272); Blue value is 14 (5.86% from 255 or 5.15% from 272); Max value from RGB is 157 - color contains mainly: red. Hex color #9D650E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D650E is #629AF1. Grayscale: #6C6C6C. Windows color (decimal): -6462194 or 943517. OLE color: 943517.

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

Color convert

RGB15710114-
CMYK00.360.910.38
HSL36.5º83.63%33.53%-
HSV(B)36.5º91.08%61.57%-
XYZ18.6416.512.62-
YUV107.8375.05163.07-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 57.72%
GREEN value IS 101 (39.84% from 255) = 37.13%
BLUE value IS 14 (5.86% from 255) = 5.15%
R=57.72%
G=37.13%
B=5.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.91
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571011400.360.910.3836.583.6333.53
Hex9D65E0245B26255422
Octal23514516044133464512442
Binary1001110111001011110010010010110111001101001011010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D650E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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