#925608

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

Shades of Golden Brown #925608

Tints of Golden Brown #925608

Color information

#925608 (or 0x925608) is unknown color: approx Golden Brown. HEX triplet: 92, 56 and 08. RGB value is (146,86,8). Sum of RGB (Red+Green+Blue) = 146+86+8=240 (31% of max value = 765). Red value is 146 (57.42% from 255 or 60.83% from 240); Green value is 86 (33.98% from 255 or 35.83% from 240); Blue value is 8 (3.52% from 255 or 3.33% from 240); Max value from RGB is 146 - color contains mainly: red. Hex color #925608 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925608 is #6DA9F7. Grayscale: #5F5F5F. Windows color (decimal): -7186936 or 546450. OLE color: 546450.

HSL color Cylindrical-coordinate representation of color #925608: hue angle of 33.91º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #925608 is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.43.

Color convert

RGB146868-
CMYK00.410.950.43
HSL33.91º89.61%30.2%-
HSV(B)33.91º94.52%57.25%-
XYZ15.2312.781.89-
YUV95.0578.88164.34-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 60.83%
GREEN value IS 86 (33.98% from 255) = 35.83%
BLUE value IS 8 (3.52% from 255) = 3.33%
R=60.83%
G=35.83%
B=3.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.95
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14686800.410.950.4333.9189.6130.2
Hex925680295F2B225a1e
Octal22212610051137534213236
Binary100100101010110100001010011011111101011100010101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925608; }

 p { color: rgb(146,86,8); }

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

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

 a { background-color: rgb(146,86,8); }

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

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

 span { border-color: rgb(146,86,8); }

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