#62540A

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

Shades of Bronze Olive #62540A

Tints of Bronze Olive #62540A

Color information

#62540A (or 0x62540A) is unknown color: approx Bronze Olive. HEX triplet: 62, 54 and 0A. RGB value is (98,84,10). Sum of RGB (Red+Green+Blue) = 98+84+10=192 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.04% from 192); Green value is 84 (33.20% from 255 or 43.75% from 192); Blue value is 10 (4.30% from 255 or 5.21% from 192); Max value from RGB is 98 - color contains mainly: red. Hex color #62540A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #62540A is #9DABF5. Grayscale: #505050. Windows color (decimal): -10333174 or 676962. OLE color: 676962.

HSL color Cylindrical-coordinate representation of color #62540A: hue angle of 50.45º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #62540A is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.62.

Color convert

RGB988410-
CMYK00.140.900.62
HSL50.45º81.48%21.18%-
HSV(B)50.45º89.8%38.43%-
XYZ8.268.961.58-
YUV79.7588.64141.02-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 51.04%
GREEN value IS 84 (33.20% from 255) = 43.75%
BLUE value IS 10 (4.30% from 255) = 5.21%
R=51.04%
G=43.75%
B=5.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.90
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98841000.140.900.6250.4581.4821.18
Hex6254A0E5A3E325115
Octal14212412016132766212125
Binary110001010101001010011101011010111110110010101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62540A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62540A; }

 p { color: rgb(98,84,10); }

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

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

 a { background-color: rgb(98,84,10); }

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

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

 span { border-color: rgb(98,84,10); }

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