#945D06

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

Shades of Golden Brown #945D06

Tints of Golden Brown #945D06

Color information

#945D06 (or 0x945D06) is unknown color: approx Golden Brown. HEX triplet: 94, 5D and 06. RGB value is (148,93,6). Sum of RGB (Red+Green+Blue) = 148+93+6=247 (32% of max value = 765). Red value is 148 (58.20% from 255 or 59.92% from 247); Green value is 93 (36.72% from 255 or 37.65% from 247); Blue value is 6 (2.73% from 255 or 2.43% from 247); Max value from RGB is 148 - color contains mainly: red. Hex color #945D06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945D06 is #6BA2F9. Grayscale: #636363. Windows color (decimal): -7054074 or 417172. OLE color: 417172.

HSL color Cylindrical-coordinate representation of color #945D06: hue angle of 36.76º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #945D06 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.42.

Color convert

RGB148936-
CMYK00.370.960.42
HSL36.76º92.21%30.2%-
HSV(B)36.76º95.95%58.04%-
XYZ16.1614.142.05-
YUV99.5375.22162.57-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 59.92%
GREEN value IS 93 (36.72% from 255) = 37.65%
BLUE value IS 6 (2.73% from 255) = 2.43%
R=59.92%
G=37.65%
B=2.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.96
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14893600.370.960.4236.7692.2130.2
Hex945D6025602A255c1e
Octal2241356045140524513436
Binary10010100101110111001001011100000101010100101101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945D06; }

 p { color: rgb(148,93,6); }

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

<style>
 a { background-color: #945D06; }

 a { background-color: rgb(148,93,6); }

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

<style>
 span { border-color: #945D06; }

 span { border-color: rgb(148,93,6); }

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