#945B06

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

Shades of Golden Brown #945B06

Tints of Golden Brown #945B06

Color information

#945B06 (or 0x945B06) is unknown color: approx Golden Brown. HEX triplet: 94, 5B and 06. RGB value is (148,91,6). Sum of RGB (Red+Green+Blue) = 148+91+6=245 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.41% from 245); Green value is 91 (35.94% from 255 or 37.14% from 245); Blue value is 6 (2.73% from 255 or 2.45% from 245); Max value from RGB is 148 - color contains mainly: red. Hex color #945B06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945B06 is #6BA4F9. Grayscale: #626262. Windows color (decimal): -7054586 or 416660. OLE color: 416660.

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

Color convert

RGB148916-
CMYK00.390.960.42
HSL35.92º92.21%30.2%-
HSV(B)35.92º95.95%58.04%-
XYZ15.9913.791.99-
YUV98.3575.88163.41-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 60.41%
GREEN value IS 91 (35.94% from 255) = 37.14%
BLUE value IS 6 (2.73% from 255) = 2.45%
R=60.41%
G=37.14%
B=2.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.96
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14891600.390.960.4235.9292.2130.2
Hex945B6027602A245c1e
Octal2241336047140524413436
Binary10010100101101111001001111100000101010100100101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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