#926613

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

Shades of Golden Brown #926613

Tints of Golden Brown #926613

Color information

#926613 (or 0x926613) is unknown color: approx Golden Brown. HEX triplet: 92, 66 and 13. RGB value is (146,102,19). Sum of RGB (Red+Green+Blue) = 146+102+19=267 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.68% from 267); Green value is 102 (40.23% from 255 or 38.20% from 267); Blue value is 19 (7.81% from 255 or 7.12% from 267); Max value from RGB is 146 - color contains mainly: red. Hex color #926613 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #926613 is #6D99EC. Grayscale: #6A6A6A. Windows color (decimal): -7182829 or 1271442. OLE color: 1271442.

HSL color Cylindrical-coordinate representation of color #926613: hue angle of 39.21º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #926613 is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.43.

Color convert

RGB14610219-
CMYK00.300.870.43
HSL39.21º76.97%32.35%-
HSV(B)39.21º86.99%57.25%-
XYZ16.7215.662.76-
YUV105.6979.08156.75-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 54.68%
GREEN value IS 102 (40.23% from 255) = 38.20%
BLUE value IS 19 (7.81% from 255) = 7.12%
R=54.68%
G=38.20%
B=7.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.87
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461021900.300.870.4339.2176.9732.35
Hex92661301E572B274d20
Octal22214623036127534711540
Binary1001001011001101001101111010101111010111001111001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926613; }

 p { color: rgb(146,102,19); }

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

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

 a { background-color: rgb(146,102,19); }

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

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

 span { border-color: rgb(146,102,19); }

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