Html Css Color HEX #63551E Bronze Olive

📋 copy color: '#63551E'

red 99 ◦ green 85 ◦ blue 30

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

Shades of Bronze Olive #63551E

Tints of Bronze Olive #63551E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 14.02%

R = 46.26%
G = 39.72%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.70

 K value IS 0.61

RGB Variations

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

Color information

#63551E (or 0x63551E) is known color: Bronze Olive. HEX triplet: 63, 55 and 1E. RGB value is (99,85,30). Sum of RGB (Red+Green+Blue) = 99+85+30=214 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.26% from 214); Green value is 85 (33.59% from 255 or 39.72% from 214); Blue value is 30 (12.11% from 255 or 14.02% from 214); Max value from RGB is 99 - color contains mainly: red. Hex color #63551E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63551E is #9CAAE1. Grayscale: #535353. Windows color (decimal): -10267362 or 1987939. OLE color: 1987939.

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

Color convert

RGB 99 85 30 -
CMYK 0 0.14 0.70 0.61
HSL 47.83º 0.53% 0.25% -
HSV(B) 47.83º 0.7% 0.39% -
XYZ 8.63 9.24 2.56 -
YUV 82.92 98.14 139.47 -
System Red Green Blue C M Y K H S L
Decimal 99 85 30 0 0.14 0.70 0.61 47.83 0.53 0.25
Hex 63 55 1E 0 E 46 3D 30 35 19
Octal 143 125 36 0 16 106 75 60 65 31
Binary 1100011 1010101 11110 0 1110 1000110 111101 110000 110101 11001

Color Harmonies of #63551E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63551E

Black with #63551E

Text Example


Text Example

White with #63551E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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