#955612

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

Shades of Golden Brown #955612

Tints of Golden Brown #955612

Color information

#955612 (or 0x955612) is unknown color: approx Golden Brown. HEX triplet: 95, 56 and 12. RGB value is (149,86,18). Sum of RGB (Red+Green+Blue) = 149+86+18=253 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.89% from 253); Green value is 86 (33.98% from 255 or 33.99% from 253); Blue value is 18 (7.42% from 255 or 7.11% from 253); Max value from RGB is 149 - color contains mainly: red. Hex color #955612 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955612 is #6AA9ED. Grayscale: #616161. Windows color (decimal): -6990318 or 1201813. OLE color: 1201813.

HSL color Cylindrical-coordinate representation of color #955612: hue angle of 31.15º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #955612 is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB1498618-
CMYK00.420.880.42
HSL31.15º78.44%32.75%-
HSV(B)31.15º87.92%58.43%-
XYZ15.8313.092.26-
YUV97.0883.37165.03-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 58.89%
GREEN value IS 86 (33.98% from 255) = 33.99%
BLUE value IS 18 (7.42% from 255) = 7.11%
R=58.89%
G=33.99%
B=7.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.88
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149861800.420.880.4231.1578.4432.75
Hex95561202A582A1f4e21
Octal22512622052130523711641
Binary1001010110101101001001010101011000101010111111001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955612; }

 p { color: rgb(149,86,18); }

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

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

 a { background-color: rgb(149,86,18); }

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

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

 span { border-color: rgb(149,86,18); }

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