#926B02

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

Shades of Golden Brown #926B02

Tints of Golden Brown #926B02

Color information

#926B02 (or 0x926B02) is unknown color: approx Golden Brown. HEX triplet: 92, 6B and 02. RGB value is (146,107,2). Sum of RGB (Red+Green+Blue) = 146+107+2=255 (33% of max value = 765). Red value is 146 (57.42% from 255 or 57.25% from 255); Green value is 107 (42.19% from 255 or 41.96% from 255); Blue value is 2 (1.17% from 255 or 0.78% from 255); Max value from RGB is 146 - color contains mainly: red. Hex color #926B02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #926B02 is #6D94FD. Grayscale: #6B6B6B. Windows color (decimal): -7181566 or 158610. OLE color: 158610.

HSL color Cylindrical-coordinate representation of color #926B02: hue angle of 43.75º 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 #926B02 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB1461072-
CMYK00.270.990.43
HSL43.75º97.3%29.02%-
HSV(B)43.75º98.63%57.25%-
XYZ17.1216.632.37-
YUV106.6968.92156.04-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 57.25%
GREEN value IS 107 (42.19% from 255) = 41.96%
BLUE value IS 2 (1.17% from 255) = 0.78%
R=57.25%
G=41.96%
B=0.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.99
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146107200.270.990.4343.7597.329.02
Hex926B201B632B2c611d
Octal2221532033143535414135
Binary100100101101011100110111100011101011101100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926B02; }

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

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

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

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

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

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

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

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