#955A06

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

Shades of Golden Brown #955A06

Tints of Golden Brown #955A06

Color information

#955A06 (or 0x955A06) is unknown color: approx Golden Brown. HEX triplet: 95, 5A and 06. RGB value is (149,90,6). Sum of RGB (Red+Green+Blue) = 149+90+6=245 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.82% from 245); Green value is 90 (35.55% from 255 or 36.73% from 245); Blue value is 6 (2.73% from 255 or 2.45% from 245); Max value from RGB is 149 - color contains mainly: red. Hex color #955A06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955A06 is #6AA5F9. Grayscale: #626262. Windows color (decimal): -6989306 or 416405. OLE color: 416405.

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

Color convert

RGB149906-
CMYK00.400.960.42
HSL35.24º92.26%30.39%-
HSV(B)35.24º95.97%58.43%-
XYZ16.0813.721.97-
YUV98.0676.05164.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 60.82%
GREEN value IS 90 (35.55% from 255) = 36.73%
BLUE value IS 6 (2.73% from 255) = 2.45%
R=60.82%
G=36.73%
B=2.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.96
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14990600.400.960.4235.2492.2630.39
Hex955A6028602A235c1e
Octal2251326050140524313436
Binary10010101101101011001010001100000101010100011101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955A06; }

 p { color: rgb(149,90,6); }

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

<style>
 a { background-color: #955A06; }

 a { background-color: rgb(149,90,6); }

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

<style>
 span { border-color: #955A06; }

 span { border-color: rgb(149,90,6); }

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