#926300

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

Shades of Golden Brown #926300

Tints of Golden Brown #926300

Color information

#926300 (or 0x926300) is unknown color: approx Golden Brown. HEX triplet: 92, 63 and 00. RGB value is (146,99,0). Sum of RGB (Red+Green+Blue) = 146+99+0=245 (32% of max value = 765). Red value is 146 (57.42% from 255 or 59.59% from 245); Green value is 99 (39.06% from 255 or 40.41% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 146 - color contains mainly: red. Hex color #926300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #926300 is #6D9CFF. Grayscale: #666666. Windows color (decimal): -7183616 or 25490. OLE color: 25490.

HSL color Cylindrical-coordinate representation of color #926300: hue angle of 40.68º 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 #926300 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.43.

Color convert

RGB146990-
CMYK00.3210.43
HSL40.68º100%28.63%-
HSV(B)40.68º100%57.25%-
XYZ16.3215.032.04-
YUV101.7770.57159.55-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 59.59%
GREEN value IS 99 (39.06% from 255) = 40.41%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.59%
G=40.41%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 1
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14699000.3210.4340.6810028.63
Hex92630020642B29641d
Octal2221430040144535114435
Binary100100101100011001000001100100101011101001110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926300; }

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

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

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

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

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

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

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

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