#926C15

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

Shades of Golden Brown #926C15

Tints of Golden Brown #926C15

Color information

#926C15 (or 0x926C15) is unknown color: approx Golden Brown. HEX triplet: 92, 6C and 15. RGB value is (146,108,21). Sum of RGB (Red+Green+Blue) = 146+108+21=275 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.09% from 275); Green value is 108 (42.58% from 255 or 39.27% from 275); Blue value is 21 (8.59% from 255 or 7.64% from 275); Max value from RGB is 146 - color contains mainly: red. Hex color #926C15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #926C15 is #6D93EA. Grayscale: #6D6D6D. Windows color (decimal): -7181291 or 1404050. OLE color: 1404050.

HSL color Cylindrical-coordinate representation of color #926C15: hue angle of 41.76º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #926C15 is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB14610821-
CMYK00.260.860.43
HSL41.76º74.85%32.75%-
HSV(B)41.76º85.62%57.25%-
XYZ17.3516.893.06-
YUV109.4478.09154.07-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 53.09%
GREEN value IS 108 (42.58% from 255) = 39.27%
BLUE value IS 21 (8.59% from 255) = 7.64%
R=53.09%
G=39.27%
B=7.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461082100.260.860.4341.7674.8532.75
Hex926C1501A562B2a4b21
Octal22215425032126535211341
Binary1001001011011001010101101010101101010111010101001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,108,21); }

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

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

 a { background-color: rgb(146,108,21); }

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

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

 span { border-color: rgb(146,108,21); }

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