#605307

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

Shades of Bronze Olive #605307

Tints of Bronze Olive #605307

Color information

#605307 (or 0x605307) is unknown color: approx Bronze Olive. HEX triplet: 60, 53 and 07. RGB value is (96,83,7). Sum of RGB (Red+Green+Blue) = 96+83+7=186 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.61% from 186); Green value is 83 (32.81% from 255 or 44.62% from 186); Blue value is 7 (3.12% from 255 or 3.76% from 186); Max value from RGB is 96 - color contains mainly: red. Hex color #605307 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605307 is #9FACF8. Grayscale: #4E4E4E. Windows color (decimal): -10464505 or 480096. OLE color: 480096.

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

Color convert

RGB96837-
CMYK00.140.930.62
HSL51.24º86.41%20.2%-
HSV(B)51.24º92.71%37.65%-
XYZ7.968.691.46-
YUV78.2287.81140.68-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.61%
GREEN value IS 83 (32.81% from 255) = 44.62%
BLUE value IS 7 (3.12% from 255) = 3.76%
R=51.61%
G=44.62%
B=3.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.93
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9683700.140.930.6251.2486.4120.2
Hex605370E5D3E335614
Octal1401237016135766312624
Binary11000001010011111011101011101111110110011101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605307; }

 p { color: rgb(96,83,7); }

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

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

 a { background-color: rgb(96,83,7); }

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

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

 span { border-color: rgb(96,83,7); }

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