Html Css Color HEX #632214 Caput Mortuum

📋 copy color: '#632214'

red 99 ◦ green 34 ◦ blue 20

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

Shades of Caput Mortuum #632214

Tints of Caput Mortuum #632214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 13.07%

R = 64.71%
G = 22.22%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.80

 K value IS 0.61

RGB Variations

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

Color information

#632214 (or 0x632214) is known color: Caput Mortuum. HEX triplet: 63, 22 and 14. RGB value is (99,34,20). Sum of RGB (Red+Green+Blue) = 99+34+20=153 (20% of max value = 765). Red value is 99 (39.06% from 255 or 64.71% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 20 (8.20% from 255 or 13.07% from 153); Max value from RGB is 99 - color contains mainly: red. Hex color #632214 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632214 is #9CDDEB. Grayscale: #333333. Windows color (decimal): -10280428 or 1319523. OLE color: 1319523.

HSL color Cylindrical-coordinate representation of color #632214: hue angle of 10.63º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #632214 is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 34 20 -
CMYK 0 0.66 0.80 0.61
HSL 10.63º 0.66% 0.23% -
HSV(B) 10.63º 0.8% 0.39% -
XYZ 5.84 3.85 1.1 -
YUV 51.84 110.03 161.64 -
System Red Green Blue C M Y K H S L
Decimal 99 34 20 0 0.66 0.80 0.61 10.63 0.66 0.23
Hex 63 22 14 0 42 50 3D B 42 17
Octal 143 42 24 0 102 120 75 13 102 27
Binary 1100011 100010 10100 0 1000010 1010000 111101 1011 1000010 10111

Color Harmonies of #632214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632214

Black with #632214

Text Example


Text Example

White with #632214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632214; }

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

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

background-color css

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

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

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

border-color css

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

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

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