#956921

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

Shades of Golden Brown #956921

Tints of Golden Brown #956921

Color information

#956921 (or 0x956921) is unknown color: approx Golden Brown. HEX triplet: 95, 69 and 21. RGB value is (149,105,33). Sum of RGB (Red+Green+Blue) = 149+105+33=287 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.92% from 287); Green value is 105 (41.41% from 255 or 36.59% from 287); Blue value is 33 (13.28% from 255 or 11.50% from 287); Max value from RGB is 149 - color contains mainly: red. Hex color #956921 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956921 is #6A96DE. Grayscale: #6E6E6E. Windows color (decimal): -6985439 or 2189717. OLE color: 2189717.

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

Color convert

RGB14910533-
CMYK00.300.780.42
HSL37.24º63.74%35.69%-
HSV(B)37.24º77.85%58.43%-
XYZ17.7216.63.71-
YUV109.9584.58155.85-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.92%
GREEN value IS 105 (41.41% from 255) = 36.59%
BLUE value IS 33 (13.28% from 255) = 11.50%
R=51.92%
G=36.59%
B=11.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491053300.300.780.4237.2463.7435.69
Hex95692101E4E2A254024
Octal22515141036116524510044
Binary10010101110100110000101111010011101010101001011000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956921; }

 p { color: rgb(149,105,33); }

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

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

 a { background-color: rgb(149,105,33); }

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

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

 span { border-color: rgb(149,105,33); }

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