#92661C

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

Shades of Golden Brown #92661C

Tints of Golden Brown #92661C

Color information

#92661C (or 0x92661C) is unknown color: approx Golden Brown. HEX triplet: 92, 66 and 1C. RGB value is (146,102,28). Sum of RGB (Red+Green+Blue) = 146+102+28=276 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.90% from 276); Green value is 102 (40.23% from 255 or 36.96% from 276); Blue value is 28 (11.33% from 255 or 10.14% from 276); Max value from RGB is 146 - color contains mainly: red. Hex color #92661C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92661C is #6D99E3. Grayscale: #6B6B6B. Windows color (decimal): -7182820 or 1861266. OLE color: 1861266.

HSL color Cylindrical-coordinate representation of color #92661C: hue angle of 37.63º 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 #92661C is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.43.

Color convert

RGB14610228-
CMYK00.300.810.43
HSL37.63º67.82%34.12%-
HSV(B)37.63º80.82%57.25%-
XYZ16.8215.73.24-
YUV106.7283.58156.02-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 52.90%
GREEN value IS 102 (40.23% from 255) = 36.96%
BLUE value IS 28 (11.33% from 255) = 10.14%
R=52.90%
G=36.96%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.81
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461022800.300.810.4337.6367.8234.12
Hex92661C01E512B264422
Octal22214634036121534610442
Binary1001001011001101110001111010100011010111001101000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92661C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92661C; }

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

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

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

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

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

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

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

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