Html Css Color HEX #632514 Caput Mortuum

📋 copy color: '#632514'

red 99 ◦ green 37 ◦ blue 20

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

Shades of Caput Mortuum #632514

Tints of Caput Mortuum #632514

RGB

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

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

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

R = 63.46%
G = 23.72%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.80

 K value IS 0.61

RGB Variations

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

Color information

#632514 (or 0x632514) is known color: Caput Mortuum. HEX triplet: 63, 25 and 14. RGB value is (99,37,20). Sum of RGB (Red+Green+Blue) = 99+37+20=156 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.46% from 156); Green value is 37 (14.84% from 255 or 23.72% from 156); Blue value is 20 (8.20% from 255 or 12.82% from 156); Max value from RGB is 99 - color contains mainly: red. Hex color #632514 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632514 is #9CDAEB. Grayscale: #353535. Windows color (decimal): -10279660 or 1320291. OLE color: 1320291.

HSL color Cylindrical-coordinate representation of color #632514: hue angle of 12.91º 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 #632514 is Cyan = 0, Magento = 0.63, Yellow = 0.80 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 37 20 -
CMYK 0 0.63 0.80 0.61
HSL 12.91º 0.66% 0.23% -
HSV(B) 12.91º 0.8% 0.39% -
XYZ 5.93 4.03 1.13 -
YUV 53.6 109.04 160.38 -
System Red Green Blue C M Y K H S L
Decimal 99 37 20 0 0.63 0.80 0.61 12.91 0.66 0.23
Hex 63 25 14 0 3F 50 3D D 42 17
Octal 143 45 24 0 77 120 75 15 102 27
Binary 1100011 100101 10100 0 111111 1010000 111101 1101 1000010 10111

Color Harmonies of #632514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632514

Black with #632514

Text Example


Text Example

White with #632514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632514; }

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

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

background-color css

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

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

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

border-color css

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

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

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