Html Css Color HEX #63570E Bronze Olive

📋 copy color: '#63570E'

red 99 ◦ green 87 ◦ blue 14

#63570E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bronze Olive #63570E

Tints of Bronze Olive #63570E

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 value IS 0

 M value IS 0.12

 Y value IS 0.86

 K value IS 0.61

RGB Variations

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

Color information

#63570E (or 0x63570E) is known color: 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

RGB 99 87 14 -
CMYK 0 0.12 0.86 0.61
HSL 51.53º 0.75% 0.22% -
HSV(B) 51.53º 0.86% 0.39% -
XYZ 8.63 9.5 1.79 -
YUV 82.27 89.48 139.94 -
System Red Green Blue C M Y K H S L
Decimal 99 87 14 0 0.12 0.86 0.61 51.53 0.75 0.22
Hex 63 57 E 0 C 56 3D 34 4B 16
Octal 143 127 16 0 14 126 75 64 113 26
Binary 1100011 1010111 1110 0 1100 1010110 111101 110100 1001011 10110

Color Harmonies of #63570E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63570E

Black with #63570E

Text Example


Text Example

White with #63570E

Text Example


Text Example

HTML Codes & Css Web 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>