Html Css Color HEX #63560F Bronze Olive

📋 copy color: '#63560F'

red 99 ◦ green 86 ◦ blue 15

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

Shades of Bronze Olive #63560F

Tints of Bronze Olive #63560F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 43%

 BLUE value IS 15 (6.25% from 255) = 7.5%

R = 49.5%
G = 43%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.85

 K value IS 0.61

RGB Variations

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

Color information

#63560F (or 0x63560F) is known color: Bronze Olive. HEX triplet: 63, 56 and 0F. RGB value is (99,86,15). Sum of RGB (Red+Green+Blue) = 99+86+15=200 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.5% from 200); Green value is 86 (33.98% from 255 or 43% from 200); Blue value is 15 (6.25% from 255 or 7.5% from 200); Max value from RGB is 99 - color contains mainly: red. Hex color #63560F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #63560F is #9CA9F0. Grayscale: #525252. Windows color (decimal): -10267121 or 1005155. OLE color: 1005155.

HSL color Cylindrical-coordinate representation of color #63560F: hue angle of 50.71º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #63560F is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 86 15 -
CMYK 0 0.13 0.85 0.61
HSL 50.71º 0.74% 0.22% -
HSV(B) 50.71º 0.85% 0.39% -
XYZ 8.56 9.34 1.8 -
YUV 81.79 90.31 140.27 -
System Red Green Blue C M Y K H S L
Decimal 99 86 15 0 0.13 0.85 0.61 50.71 0.74 0.22
Hex 63 56 F 0 D 55 3D 33 4A 16
Octal 143 126 17 0 15 125 75 63 112 26
Binary 1100011 1010110 1111 0 1101 1010101 111101 110011 1001010 10110

Color Harmonies of #63560F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63560F

Black with #63560F

Text Example


Text Example

White with #63560F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63560F; }

 p { color: rgb(99,86,15); }

 H1.HeaderClassName
 {
   color: #63560F;
 }
 .AnyTagClassName
 {
   color: #63560F;
 }
</style>

background-color css

<style>
 a { background-color: #63560F; }

 a { background-color: rgb(99,86,15); }

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

border-color css

<style>
 span { border-color: #63560F; }

 span { border-color: rgb(99,86,15); }

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