#945C06

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

Shades of Golden Brown #945C06

Tints of Golden Brown #945C06

Color information

#945C06 (or 0x945C06) is unknown color: approx Golden Brown. HEX triplet: 94, 5C and 06. RGB value is (148,92,6). Sum of RGB (Red+Green+Blue) = 148+92+6=246 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.16% from 246); Green value is 92 (36.33% from 255 or 37.40% from 246); Blue value is 6 (2.73% from 255 or 2.44% from 246); Max value from RGB is 148 - color contains mainly: red. Hex color #945C06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945C06 is #6BA3F9. Grayscale: #636363. Windows color (decimal): -7054330 or 416916. OLE color: 416916.

HSL color Cylindrical-coordinate representation of color #945C06: hue angle of 36.34º 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 #945C06 is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.42.

Color convert

RGB148926-
CMYK00.380.960.42
HSL36.34º92.21%30.2%-
HSV(B)36.34º95.95%58.04%-
XYZ16.0713.962.02-
YUV98.9475.55162.99-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 60.16%
GREEN value IS 92 (36.33% from 255) = 37.40%
BLUE value IS 6 (2.73% from 255) = 2.44%
R=60.16%
G=37.40%
B=2.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.96
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14892600.380.960.4236.3492.2130.2
Hex945C6026602A245c1e
Octal2241346046140524413436
Binary10010100101110011001001101100000101010100100101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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