Html Css Color HEX #642515 Caput Mortuum

📋 copy color: '#642515'

red 100 ◦ green 37 ◦ blue 21

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

Shades of Caput Mortuum #642515

Tints of Caput Mortuum #642515

RGB

 RED value IS 100 (39.45% from 255) = 63.29%

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

 BLUE value IS 21 (8.59% from 255) = 13.29%

R = 63.29%
G = 23.42%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.79

 K value IS 0.61

RGB Variations

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

Color information

#642515 (or 0x642515) is known color: Caput Mortuum. HEX triplet: 64, 25 and 15. RGB value is (100,37,21). Sum of RGB (Red+Green+Blue) = 100+37+21=158 (20% of max value = 765). Red value is 100 (39.45% from 255 or 63.29% from 158); Green value is 37 (14.84% from 255 or 23.42% from 158); Blue value is 21 (8.59% from 255 or 13.29% from 158); Max value from RGB is 100 - color contains mainly: red. Hex color #642515 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642515 is #9BDAEA. Grayscale: #363636. Windows color (decimal): -10214123 or 1385828. OLE color: 1385828.

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

Color convert

RGB 100 37 21 -
CMYK 0 0.63 0.79 0.61
HSL 12.15º 0.65% 0.24% -
HSV(B) 12.15º 0.79% 0.39% -
XYZ 6.05 4.09 1.18 -
YUV 54.01 109.37 160.8 -
System Red Green Blue C M Y K H S L
Decimal 100 37 21 0 0.63 0.79 0.61 12.15 0.65 0.24
Hex 64 25 15 0 3F 4F 3D C 41 18
Octal 144 45 25 0 77 117 75 14 101 30
Binary 1100100 100101 10101 0 111111 1001111 111101 1100 1000001 11000

Color Harmonies of #642515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642515

Black with #642515

Text Example


Text Example

White with #642515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642515; }

 p { color: rgb(100,37,21); }

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

background-color css

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

 a { background-color: rgb(100,37,21); }

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

border-color css

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

 span { border-color: rgb(100,37,21); }

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