#92600C

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

Shades of Golden Brown #92600C

Tints of Golden Brown #92600C

Color information

#92600C (or 0x92600C) is unknown color: approx Golden Brown. HEX triplet: 92, 60 and 0C. RGB value is (146,96,12). Sum of RGB (Red+Green+Blue) = 146+96+12=254 (33% of max value = 765). Red value is 146 (57.42% from 255 or 57.48% from 254); Green value is 96 (37.89% from 255 or 37.80% from 254); Blue value is 12 (5.08% from 255 or 4.72% from 254); Max value from RGB is 146 - color contains mainly: red. Hex color #92600C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #92600C is #6D9FF3. Grayscale: #656565. Windows color (decimal): -7184372 or 811154. OLE color: 811154.

HSL color Cylindrical-coordinate representation of color #92600C: hue angle of 37.61º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #92600C is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.43.

Color convert

RGB1469612-
CMYK00.340.920.43
HSL37.61º84.81%30.98%-
HSV(B)37.61º91.78%57.25%-
XYZ16.114.52.3-
YUV101.3777.56159.83-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 57.48%
GREEN value IS 96 (37.89% from 255) = 37.80%
BLUE value IS 12 (5.08% from 255) = 4.72%
R=57.48%
G=37.80%
B=4.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.92
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146961200.340.920.4337.6184.8130.98
Hex9260C0225C2B26551f
Octal22214014042134534612537
Binary100100101100000110001000101011100101011100110101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92600C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,96,12); }

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

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

 a { background-color: rgb(146,96,12); }

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

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

 span { border-color: rgb(146,96,12); }

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