Html Css Color HEX #632010 Caput Mortuum

📋 copy color: '#632010'

red 99 ◦ green 32 ◦ blue 16

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

Shades of Caput Mortuum #632010

Tints of Caput Mortuum #632010

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.77%

 BLUE value IS 16 (6.64% from 255) = 10.88%

R = 67.35%
G = 21.77%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.61

RGB Variations

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

Color information

#632010 (or 0x632010) is known color: Caput Mortuum. HEX triplet: 63, 20 and 10. RGB value is (99,32,16). Sum of RGB (Red+Green+Blue) = 99+32+16=147 (19% of max value = 765). Red value is 99 (39.06% from 255 or 67.35% from 147); Green value is 32 (12.89% from 255 or 21.77% from 147); Blue value is 16 (6.64% from 255 or 10.88% from 147); Max value from RGB is 99 - color contains mainly: red. Hex color #632010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632010 is #9CDFEF. Grayscale: #323232. Windows color (decimal): -10280944 or 1056867. OLE color: 1056867.

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

Color convert

RGB 99 32 16 -
CMYK 0 0.68 0.84 0.61
HSL 11.57º 0.72% 0.23% -
HSV(B) 11.57º 0.84% 0.39% -
XYZ 5.76 3.72 0.91 -
YUV 50.21 108.7 162.8 -
System Red Green Blue C M Y K H S L
Decimal 99 32 16 0 0.68 0.84 0.61 11.57 0.72 0.23
Hex 63 20 10 0 44 54 3D C 48 17
Octal 143 40 20 0 104 124 75 14 110 27
Binary 1100011 100000 10000 0 1000100 1010100 111101 1100 1001000 10111

Color Harmonies of #632010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632010

Black with #632010

Text Example


Text Example

White with #632010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632010; }

 p { color: rgb(99,32,16); }

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

background-color css

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

 a { background-color: rgb(99,32,16); }

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

border-color css

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

 span { border-color: rgb(99,32,16); }

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