#60550F

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

Shades of Bronze Olive #60550F

Tints of Bronze Olive #60550F

Color information

#60550F (or 0x60550F) is unknown color: approx Bronze Olive. HEX triplet: 60, 55 and 0F. RGB value is (96,85,15). Sum of RGB (Red+Green+Blue) = 96+85+15=196 (25% of max value = 765). Red value is 96 (37.89% from 255 or 48.98% from 196); Green value is 85 (33.59% from 255 or 43.37% from 196); Blue value is 15 (6.25% from 255 or 7.65% from 196); Max value from RGB is 96 - color contains mainly: red. Hex color #60550F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #60550F is #9FAAF0. Grayscale: #505050. Windows color (decimal): -10463985 or 1004896. OLE color: 1004896.

HSL color Cylindrical-coordinate representation of color #60550F: hue angle of 51.85º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #60550F is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB968515-
CMYK00.110.840.62
HSL51.85º72.97%21.76%-
HSV(B)51.85º84.38%37.65%-
XYZ8.169.021.76-
YUV80.3191.14139.19-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.98%
GREEN value IS 85 (33.59% from 255) = 43.37%
BLUE value IS 15 (6.25% from 255) = 7.65%
R=48.98%
G=43.37%
B=7.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96851500.110.840.6251.8572.9721.76
Hex6055F0B543E344916
Octal14012517013124766411126
Binary110000010101011111010111010100111110110100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60550F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60550F; }

 p { color: rgb(96,85,15); }

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

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

 a { background-color: rgb(96,85,15); }

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

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

 span { border-color: rgb(96,85,15); }

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