Html Css Color HEX #60200D Caput Mortuum

📋 copy color: '#60200D'

red 96 ◦ green 32 ◦ blue 13

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

Shades of Caput Mortuum #60200D

Tints of Caput Mortuum #60200D

RGB

 RED value IS 96 (37.89% from 255) = 68.09%

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

 BLUE value IS 13 (5.47% from 255) = 9.22%

R = 68.09%
G = 22.7%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.62

RGB Variations

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

Color information

#60200D (or 0x60200D) is known color: Caput Mortuum. HEX triplet: 60, 20 and 0D. RGB value is (96,32,13). Sum of RGB (Red+Green+Blue) = 96+32+13=141 (18% of max value = 765). Red value is 96 (37.89% from 255 or 68.09% from 141); Green value is 32 (12.89% from 255 or 22.70% from 141); Blue value is 13 (5.47% from 255 or 9.22% from 141); Max value from RGB is 96 - color contains mainly: red. Hex color #60200D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60200D is #9FDFF2. Grayscale: #313131. Windows color (decimal): -10477555 or 860256. OLE color: 860256.

HSL color Cylindrical-coordinate representation of color #60200D: hue angle of 13.73º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #60200D is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 32 13 -
CMYK 0 0.67 0.86 0.62
HSL 13.73º 0.76% 0.21% -
HSV(B) 13.73º 0.86% 0.38% -
XYZ 5.41 3.55 0.78 -
YUV 48.97 107.7 161.54 -
System Red Green Blue C M Y K H S L
Decimal 96 32 13 0 0.67 0.86 0.62 13.73 0.76 0.21
Hex 60 20 D 0 43 56 3E E 4C 15
Octal 140 40 15 0 103 126 76 16 114 25
Binary 1100000 100000 1101 0 1000011 1010110 111110 1110 1001100 10101

Color Harmonies of #60200D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60200D

Black with #60200D

Text Example


Text Example

White with #60200D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60200D; }

 p { color: rgb(96,32,13); }

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

background-color css

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

 a { background-color: rgb(96,32,13); }

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

border-color css

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

 span { border-color: rgb(96,32,13); }

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