Html Css Color HEX #63550D Bronze Olive

📋 copy color: '#63550D'

red 99 ◦ green 85 ◦ blue 13

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

Shades of Bronze Olive #63550D

Tints of Bronze Olive #63550D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.6%

R = 50.25%
G = 43.15%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.87

 K value IS 0.61

RGB Variations

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

Color information

#63550D (or 0x63550D) is known color: Bronze Olive. HEX triplet: 63, 55 and 0D. RGB value is (99,85,13). Sum of RGB (Red+Green+Blue) = 99+85+13=197 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50.25% from 197); Green value is 85 (33.59% from 255 or 43.15% from 197); Blue value is 13 (5.47% from 255 or 6.60% from 197); Max value from RGB is 99 - color contains mainly: red. Hex color #63550D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #63550D is #9CAAF2. Grayscale: #515151. Windows color (decimal): -10267379 or 873827. OLE color: 873827.

HSL color Cylindrical-coordinate representation of color #63550D: hue angle of 50.23º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #63550D is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 85 13 -
CMYK 0 0.14 0.87 0.61
HSL 50.23º 0.77% 0.22% -
HSV(B) 50.23º 0.87% 0.39% -
XYZ 8.47 9.18 1.71 -
YUV 80.98 89.64 140.85 -
System Red Green Blue C M Y K H S L
Decimal 99 85 13 0 0.14 0.87 0.61 50.23 0.77 0.22
Hex 63 55 D 0 E 57 3D 32 4D 16
Octal 143 125 15 0 16 127 75 62 115 26
Binary 1100011 1010101 1101 0 1110 1010111 111101 110010 1001101 10110

Color Harmonies of #63550D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63550D

Black with #63550D

Text Example


Text Example

White with #63550D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63550D; }

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

 H1.HeaderClassName
 {
   color: #63550D;
 }
 .AnyTagClassName
 {
   color: #63550D;
 }
</style>

background-color css

<style>
 a { background-color: #63550D; }

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

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

border-color css

<style>
 span { border-color: #63550D; }

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

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