Html Css Color HEX #63551C Bronze Olive

📋 copy color: '#63551C'

red 99 ◦ green 85 ◦ blue 28

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

Shades of Bronze Olive #63551C

Tints of Bronze Olive #63551C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 40.09%

 BLUE value IS 28 (11.33% from 255) = 13.21%

R = 46.7%
G = 40.09%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.72

 K value IS 0.61

RGB Variations

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

Color information

#63551C (or 0x63551C) is known color: Bronze Olive. HEX triplet: 63, 55 and 1C. RGB value is (99,85,28). Sum of RGB (Red+Green+Blue) = 99+85+28=212 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.70% from 212); Green value is 85 (33.59% from 255 or 40.09% from 212); Blue value is 28 (11.33% from 255 or 13.21% from 212); Max value from RGB is 99 - color contains mainly: red. Hex color #63551C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63551C is #9CAAE3. Grayscale: #525252. Windows color (decimal): -10267364 or 1856867. OLE color: 1856867.

HSL color Cylindrical-coordinate representation of color #63551C: hue angle of 48.17º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #63551C is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 85 28 -
CMYK 0 0.14 0.72 0.61
HSL 48.17º 0.56% 0.25% -
HSV(B) 48.17º 0.72% 0.39% -
XYZ 8.6 9.23 2.43 -
YUV 82.69 97.14 139.63 -
System Red Green Blue C M Y K H S L
Decimal 99 85 28 0 0.14 0.72 0.61 48.17 0.56 0.25
Hex 63 55 1C 0 E 48 3D 30 38 19
Octal 143 125 34 0 16 110 75 60 70 31
Binary 1100011 1010101 11100 0 1110 1001000 111101 110000 111000 11001

Color Harmonies of #63551C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63551C

Black with #63551C

Text Example


Text Example

White with #63551C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,85,28); }

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

background-color css

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

 a { background-color: rgb(99,85,28); }

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

border-color css

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

 span { border-color: rgb(99,85,28); }

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