Html Css Color HEX #63220E Caput Mortuum

📋 copy color: '#63220E'

red 99 ◦ green 34 ◦ blue 14

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

Shades of Caput Mortuum #63220E

Tints of Caput Mortuum #63220E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 23.13%

 BLUE value IS 14 (5.86% from 255) = 9.52%

R = 67.35%
G = 23.13%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.86

 K value IS 0.61

RGB Variations

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

Color information

#63220E (or 0x63220E) is known color: Caput Mortuum. HEX triplet: 63, 22 and 0E. RGB value is (99,34,14). Sum of RGB (Red+Green+Blue) = 99+34+14=147 (19% of max value = 765). Red value is 99 (39.06% from 255 or 67.35% from 147); Green value is 34 (13.67% from 255 or 23.13% from 147); Blue value is 14 (5.86% from 255 or 9.52% from 147); Max value from RGB is 99 - color contains mainly: red. Hex color #63220E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63220E is #9CDDF1. Grayscale: #333333. Windows color (decimal): -10280434 or 926307. OLE color: 926307.

HSL color Cylindrical-coordinate representation of color #63220E: hue angle of 14.12º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #63220E is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 34 14 -
CMYK 0 0.66 0.86 0.61
HSL 14.12º 0.75% 0.22% -
HSV(B) 14.12º 0.86% 0.39% -
XYZ 5.8 3.83 0.85 -
YUV 51.16 107.03 162.13 -
System Red Green Blue C M Y K H S L
Decimal 99 34 14 0 0.66 0.86 0.61 14.12 0.75 0.22
Hex 63 22 E 0 42 56 3D E 4B 16
Octal 143 42 16 0 102 126 75 16 113 26
Binary 1100011 100010 1110 0 1000010 1010110 111101 1110 1001011 10110

Color Harmonies of #63220E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63220E

Black with #63220E

Text Example


Text Example

White with #63220E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,34,14); }

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

background-color css

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

 a { background-color: rgb(99,34,14); }

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

border-color css

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

 span { border-color: rgb(99,34,14); }

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