#926C1C

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

Shades of Golden Brown #926C1C

Tints of Golden Brown #926C1C

Color information

#926C1C (or 0x926C1C) is unknown color: approx Golden Brown. HEX triplet: 92, 6C and 1C. RGB value is (146,108,28). Sum of RGB (Red+Green+Blue) = 146+108+28=282 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.77% from 282); Green value is 108 (42.58% from 255 or 38.30% from 282); Blue value is 28 (11.33% from 255 or 9.93% from 282); Max value from RGB is 146 - color contains mainly: red. Hex color #926C1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #926C1C is #6D93E3. Grayscale: #6E6E6E. Windows color (decimal): -7181284 or 1862802. OLE color: 1862802.

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

Color convert

RGB14610828-
CMYK00.260.810.43
HSL40.68º67.82%34.12%-
HSV(B)40.68º80.82%57.25%-
XYZ17.4316.923.45-
YUV110.2481.59153.5-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 51.77%
GREEN value IS 108 (42.58% from 255) = 38.30%
BLUE value IS 28 (11.33% from 255) = 9.93%
R=51.77%
G=38.30%
B=9.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.81
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461082800.260.810.4340.6867.8234.12
Hex926C1C01A512B294422
Octal22215434032121535110442
Binary1001001011011001110001101010100011010111010011000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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