#926912

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

Shades of Golden Brown #926912

Tints of Golden Brown #926912

Color information

#926912 (or 0x926912) is unknown color: approx Golden Brown. HEX triplet: 92, 69 and 12. RGB value is (146,105,18). Sum of RGB (Red+Green+Blue) = 146+105+18=269 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.28% from 269); Green value is 105 (41.41% from 255 or 39.03% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 146 - color contains mainly: red. Hex color #926912 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #926912 is #6D96ED. Grayscale: #6B6B6B. Windows color (decimal): -7182062 or 1206674. OLE color: 1206674.

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

Color convert

RGB14610518-
CMYK00.280.880.43
HSL40.78º78.05%32.16%-
HSV(B)40.78º87.67%57.25%-
XYZ17.0116.262.81-
YUV107.3477.58155.57-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 54.28%
GREEN value IS 105 (41.41% from 255) = 39.03%
BLUE value IS 18 (7.42% from 255) = 6.69%
R=54.28%
G=39.03%
B=6.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461051800.280.880.4340.7878.0532.16
Hex92691201C582B294e20
Octal22215122034130535111640
Binary1001001011010011001001110010110001010111010011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926912; }

 p { color: rgb(146,105,18); }

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

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

 a { background-color: rgb(146,105,18); }

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

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

 span { border-color: rgb(146,105,18); }

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