#605208

Color #605208 Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #605208

Tints of Bronze Olive #605208

Color information

#605208 (or 0x605208) is unknown color: approx Bronze Olive. HEX triplet: 60, 52 and 08. RGB value is (96,82,8). Sum of RGB (Red+Green+Blue) = 96+82+8=186 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.61% from 186); Green value is 82 (32.42% from 255 or 44.09% from 186); Blue value is 8 (3.52% from 255 or 4.30% from 186); Max value from RGB is 96 - color contains mainly: red. Hex color #605208 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605208 is #9FADF7. Grayscale: #4E4E4E. Windows color (decimal): -10464760 or 545376. OLE color: 545376.

HSL color Cylindrical-coordinate representation of color #605208: hue angle of 50.45º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #605208 is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.62.

Color convert

RGB96828-
CMYK00.150.920.62
HSL50.45º84.62%20.39%-
HSV(B)50.45º91.67%37.65%-
XYZ7.888.541.46-
YUV77.7588.64141.02-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.61%
GREEN value IS 82 (32.42% from 255) = 44.09%
BLUE value IS 8 (3.52% from 255) = 4.30%
R=51.61%
G=44.09%
B=4.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.92
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9682800.150.920.6250.4584.6220.39
Hex605280F5C3E325514
Octal14012210017134766212524
Binary110000010100101000011111011100111110110010101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605208; }

 p { color: rgb(96,82,8); }

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

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

 a { background-color: rgb(96,82,8); }

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

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

 span { border-color: rgb(96,82,8); }

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