#62560D

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

Shades of Bronze Olive #62560D

Tints of Bronze Olive #62560D

Color information

#62560D (or 0x62560D) is unknown color: approx Bronze Olive. HEX triplet: 62, 56 and 0D. RGB value is (98,86,13). Sum of RGB (Red+Green+Blue) = 98+86+13=197 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.75% from 197); Green value is 86 (33.98% from 255 or 43.65% from 197); Blue value is 13 (5.47% from 255 or 6.60% from 197); Max value from RGB is 98 - color contains mainly: red. Hex color #62560D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #62560D is #9DA9F2. Grayscale: #515151. Windows color (decimal): -10332659 or 874082. OLE color: 874082.

HSL color Cylindrical-coordinate representation of color #62560D: hue angle of 51.53º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #62560D is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB988613-
CMYK00.120.870.62
HSL51.53º76.58%21.76%-
HSV(B)51.53º86.73%38.43%-
XYZ8.449.281.73-
YUV81.2789.48139.94-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 49.75%
GREEN value IS 86 (33.98% from 255) = 43.65%
BLUE value IS 13 (5.47% from 255) = 6.60%
R=49.75%
G=43.65%
B=6.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.87
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98861300.120.870.6251.5376.5821.76
Hex6256D0C573E344d16
Octal14212615014127766411526
Binary110001010101101101011001010111111110110100100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62560D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62560D; }

 p { color: rgb(98,86,13); }

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

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

 a { background-color: rgb(98,86,13); }

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

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

 span { border-color: rgb(98,86,13); }

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