#63570E

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

Shades of Bronze Olive #63570E

Tints of Bronze Olive #63570E

Color information

#63570E (or 0x63570E) is unknown color: approx Bronze Olive. HEX triplet: 63, 57 and 0E. RGB value is (99,87,14). Sum of RGB (Red+Green+Blue) = 99+87+14=200 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.5% from 200); Green value is 87 (34.38% from 255 or 43.5% from 200); Blue value is 14 (5.86% from 255 or 7% from 200); Max value from RGB is 99 - color contains mainly: red. Hex color #63570E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #63570E is #9CA8F1. Grayscale: #525252. Windows color (decimal): -10266866 or 939875. OLE color: 939875.

HSL color Cylindrical-coordinate representation of color #63570E: hue angle of 51.53º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #63570E is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.61.

Color convert

RGB998714-
CMYK00.120.860.61
HSL51.53º75.22%22.16%-
HSV(B)51.53º85.86%38.82%-
XYZ8.639.51.79-
YUV82.2789.48139.94-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.5%
GREEN value IS 87 (34.38% from 255) = 43.5%
BLUE value IS 14 (5.86% from 255) = 7%
R=49.5%
G=43.5%
B=7%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.86
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99871400.120.860.6151.5375.2222.16
Hex6357E0C563D344b16
Octal14312716014126756411326
Binary110001110101111110011001010110111101110100100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63570E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63570E; }

 p { color: rgb(99,87,14); }

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

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

 a { background-color: rgb(99,87,14); }

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

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

 span { border-color: rgb(99,87,14); }

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