#926002

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

Shades of Golden Brown #926002

Tints of Golden Brown #926002

Color information

#926002 (or 0x926002) is unknown color: approx Golden Brown. HEX triplet: 92, 60 and 02. RGB value is (146,96,2). Sum of RGB (Red+Green+Blue) = 146+96+2=244 (32% of max value = 765). Red value is 146 (57.42% from 255 or 59.84% from 244); Green value is 96 (37.89% from 255 or 39.34% from 244); Blue value is 2 (1.17% from 255 or 0.82% from 244); Max value from RGB is 146 - color contains mainly: red. Hex color #926002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #926002 is #6D9FFD. Grayscale: #646464. Windows color (decimal): -7184382 or 155794. OLE color: 155794.

HSL color Cylindrical-coordinate representation of color #926002: hue angle of 39.17º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #926002 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB146962-
CMYK00.340.990.43
HSL39.17º97.3%29.02%-
HSV(B)39.17º98.63%57.25%-
XYZ16.0514.482.01-
YUV100.2372.56160.64-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 59.84%
GREEN value IS 96 (37.89% from 255) = 39.34%
BLUE value IS 2 (1.17% from 255) = 0.82%
R=59.84%
G=39.34%
B=0.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.99
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14696200.340.990.4339.1797.329.02
Hex92602022632B27611d
Octal2221402042143534714135
Binary1001001011000001001000101100011101011100111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926002; }

 p { color: rgb(146,96,2); }

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

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

 a { background-color: rgb(146,96,2); }

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

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

 span { border-color: rgb(146,96,2); }

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