#926008

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

Shades of Golden Brown #926008

Tints of Golden Brown #926008

Color information

#926008 (or 0x926008) is unknown color: approx Golden Brown. HEX triplet: 92, 60 and 08. RGB value is (146,96,8). Sum of RGB (Red+Green+Blue) = 146+96+8=250 (33% of max value = 765). Red value is 146 (57.42% from 255 or 58.4% from 250); Green value is 96 (37.89% from 255 or 38.4% from 250); Blue value is 8 (3.52% from 255 or 3.2% from 250); Max value from RGB is 146 - color contains mainly: red. Hex color #926008 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #926008 is #6D9FF7. Grayscale: #656565. Windows color (decimal): -7184376 or 549010. OLE color: 549010.

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

Color convert

RGB146968-
CMYK00.340.950.43
HSL38.26º89.61%30.2%-
HSV(B)38.26º94.52%57.25%-
XYZ16.0814.492.18-
YUV100.9275.56160.16-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 58.4%
GREEN value IS 96 (37.89% from 255) = 38.4%
BLUE value IS 8 (3.52% from 255) = 3.2%
R=58.4%
G=38.4%
B=3.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.95
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14696800.340.950.4338.2689.6130.2
Hex926080225F2B265a1e
Octal22214010042137534613236
Binary100100101100000100001000101011111101011100110101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926008; }

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

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

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

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

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

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

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

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