Html Css Color HEX #632516 Caput Mortuum

📋 copy color: '#632516'

red 99 ◦ green 37 ◦ blue 22

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

Shades of Caput Mortuum #632516

Tints of Caput Mortuum #632516

RGB

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

 GREEN value IS 37 (14.84% from 255) = 23.42%

 BLUE value IS 22 (8.98% from 255) = 13.92%

R = 62.66%
G = 23.42%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.78

 K value IS 0.61

RGB Variations

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

Color information

#632516 (or 0x632516) is known color: Caput Mortuum. HEX triplet: 63, 25 and 16. RGB value is (99,37,22). Sum of RGB (Red+Green+Blue) = 99+37+22=158 (20% of max value = 765). Red value is 99 (39.06% from 255 or 62.66% from 158); Green value is 37 (14.84% from 255 or 23.42% from 158); Blue value is 22 (8.98% from 255 or 13.92% from 158); Max value from RGB is 99 - color contains mainly: red. Hex color #632516 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632516 is #9CDAE9. Grayscale: #353535. Windows color (decimal): -10279658 or 1451363. OLE color: 1451363.

HSL color Cylindrical-coordinate representation of color #632516: hue angle of 11.69º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #632516 is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 37 22 -
CMYK 0 0.63 0.78 0.61
HSL 11.69º 0.64% 0.24% -
HSV(B) 11.69º 0.78% 0.39% -
XYZ 5.95 4.03 1.22 -
YUV 53.83 110.04 160.22 -
System Red Green Blue C M Y K H S L
Decimal 99 37 22 0 0.63 0.78 0.61 11.69 0.64 0.24
Hex 63 25 16 0 3F 4E 3D C 40 18
Octal 143 45 26 0 77 116 75 14 100 30
Binary 1100011 100101 10110 0 111111 1001110 111101 1100 1000000 11000

Color Harmonies of #632516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632516

Black with #632516

Text Example


Text Example

White with #632516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632516; }

 p { color: rgb(99,37,22); }

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

background-color css

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

 a { background-color: rgb(99,37,22); }

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

border-color css

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

 span { border-color: rgb(99,37,22); }

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