#926000

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

Shades of Golden Brown #926000

Tints of Golden Brown #926000

Color information

#926000 (or 0x926000) is unknown color: approx Golden Brown. HEX triplet: 92, 60 and 00. RGB value is (146,96,0). Sum of RGB (Red+Green+Blue) = 146+96+0=242 (32% of max value = 765). Red value is 146 (57.42% from 255 or 60.33% from 242); Green value is 96 (37.89% from 255 or 39.67% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 146 - color contains mainly: red. Hex color #926000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #926000 is #6D9FFF. Grayscale: #646464. Windows color (decimal): -7184384 or 24722. OLE color: 24722.

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

Color convert

RGB146960-
CMYK00.3410.43
HSL39.45º100%28.63%-
HSV(B)39.45º100%57.25%-
XYZ16.0414.481.95-
YUV100.0171.56160.81-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 60.33%
GREEN value IS 96 (37.89% from 255) = 39.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.33%
G=39.67%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 1
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14696000.3410.4339.4510028.63
Hex92600022642B27641d
Octal2221400042144534714435
Binary100100101100000001000101100100101011100111110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926000; }

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

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

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

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

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

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

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

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