Html Css Color HEX #63570A Bronze Olive

📋 copy color: '#63570A'

red 99 ◦ green 87 ◦ blue 10

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

Shades of Bronze Olive #63570A

Tints of Bronze Olive #63570A

RGB

 RED value IS 99 (39.06% from 255) = 50.51%

 GREEN value IS 87 (34.38% from 255) = 44.39%

 BLUE value IS 10 (4.3% from 255) = 5.1%

R = 50.51%
G = 44.39%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.90

 K value IS 0.61

RGB Variations

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

Color information

#63570A (or 0x63570A) is known color: Bronze Olive. HEX triplet: 63, 57 and 0A. RGB value is (99,87,10). Sum of RGB (Red+Green+Blue) = 99+87+10=196 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.51% from 196); Green value is 87 (34.38% from 255 or 44.39% from 196); Blue value is 10 (4.30% from 255 or 5.10% from 196); Max value from RGB is 99 - color contains mainly: red. Hex color #63570A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #63570A is #9CA8F5. Grayscale: #525252. Windows color (decimal): -10266870 or 677731. OLE color: 677731.

HSL color Cylindrical-coordinate representation of color #63570A: hue angle of 51.91º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #63570A is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 87 10 -
CMYK 0 0.12 0.90 0.61
HSL 51.91º 0.82% 0.21% -
HSV(B) 51.91º 0.9% 0.39% -
XYZ 8.61 9.49 1.67 -
YUV 81.81 87.48 140.26 -
System Red Green Blue C M Y K H S L
Decimal 99 87 10 0 0.12 0.90 0.61 51.91 0.82 0.21
Hex 63 57 A 0 C 5A 3D 34 52 15
Octal 143 127 12 0 14 132 75 64 122 25
Binary 1100011 1010111 1010 0 1100 1011010 111101 110100 1010010 10101

Color Harmonies of #63570A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63570A

Black with #63570A

Text Example


Text Example

White with #63570A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #63570A;
 }
 .AnyTagClassName
 {
   color: #63570A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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