Html Css Color HEX #63540C Bronze Olive

📋 copy color: '#63540C'

red 99 ◦ green 84 ◦ blue 12

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

Shades of Bronze Olive #63540C

Tints of Bronze Olive #63540C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 43.08%

 BLUE value IS 12 (5.08% from 255) = 6.15%

R = 50.77%
G = 43.08%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.88

 K value IS 0.61

RGB Variations

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

Color information

#63540C (or 0x63540C) is known color: Bronze Olive. HEX triplet: 63, 54 and 0C. RGB value is (99,84,12). Sum of RGB (Red+Green+Blue) = 99+84+12=195 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.77% from 195); Green value is 84 (33.20% from 255 or 43.08% from 195); Blue value is 12 (5.08% from 255 or 6.15% from 195); Max value from RGB is 99 - color contains mainly: red. Hex color #63540C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #63540C is #9CABF3. Grayscale: #505050. Windows color (decimal): -10267636 or 808035. OLE color: 808035.

HSL color Cylindrical-coordinate representation of color #63540C: hue angle of 49.66º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #63540C is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 84 12 -
CMYK 0 0.15 0.88 0.61
HSL 49.66º 0.78% 0.22% -
HSV(B) 49.66º 0.88% 0.39% -
XYZ 8.38 9.02 1.65 -
YUV 80.28 89.47 141.35 -
System Red Green Blue C M Y K H S L
Decimal 99 84 12 0 0.15 0.88 0.61 49.66 0.78 0.22
Hex 63 54 C 0 F 58 3D 32 4E 16
Octal 143 124 14 0 17 130 75 62 116 26
Binary 1100011 1010100 1100 0 1111 1011000 111101 110010 1001110 10110

Color Harmonies of #63540C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63540C

Black with #63540C

Text Example


Text Example

White with #63540C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63540C; }

 p { color: rgb(99,84,12); }

 H1.HeaderClassName
 {
   color: #63540C;
 }
 .AnyTagClassName
 {
   color: #63540C;
 }
</style>

background-color css

<style>
 a { background-color: #63540C; }

 a { background-color: rgb(99,84,12); }

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

border-color css

<style>
 span { border-color: #63540C; }

 span { border-color: rgb(99,84,12); }

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