#956812

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

Shades of Golden Brown #956812

Tints of Golden Brown #956812

Color information

#956812 (or 0x956812) is unknown color: approx Golden Brown. HEX triplet: 95, 68 and 12. RGB value is (149,104,18). Sum of RGB (Red+Green+Blue) = 149+104+18=271 (35% of max value = 765). Red value is 149 (58.59% from 255 or 54.98% from 271); Green value is 104 (41.02% from 255 or 38.38% from 271); Blue value is 18 (7.42% from 255 or 6.64% from 271); Max value from RGB is 149 - color contains mainly: red. Hex color #956812 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956812 is #6A97ED. Grayscale: #6C6C6C. Windows color (decimal): -6985710 or 1206421. OLE color: 1206421.

HSL color Cylindrical-coordinate representation of color #956812: hue angle of 39.39º 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 #956812 is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB14910418-
CMYK00.300.880.42
HSL39.39º78.44%32.75%-
HSV(B)39.39º87.92%58.43%-
XYZ17.4516.332.81-
YUV107.6577.41157.49-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.98%
GREEN value IS 104 (41.02% from 255) = 38.38%
BLUE value IS 18 (7.42% from 255) = 6.64%
R=54.98%
G=38.38%
B=6.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.88
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491041800.300.880.4239.3978.4432.75
Hex95681201E582A274e21
Octal22515022036130524711641
Binary1001010111010001001001111010110001010101001111001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956812; }

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

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

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

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

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

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

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

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