Html Css Color HEX #601F0C Caput Mortuum

📋 copy color: '#601F0C'

red 96 ◦ green 31 ◦ blue 12

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

Shades of Caput Mortuum #601F0C

Tints of Caput Mortuum #601F0C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 22.3%

 BLUE value IS 12 (5.08% from 255) = 8.63%

R = 69.06%
G = 22.3%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.62

RGB Variations

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

Color information

#601F0C (or 0x601F0C) is known color: Caput Mortuum. HEX triplet: 60, 1F and 0C. RGB value is (96,31,12). Sum of RGB (Red+Green+Blue) = 96+31+12=139 (18% of max value = 765). Red value is 96 (37.89% from 255 or 69.06% from 139); Green value is 31 (12.5% from 255 or 22.30% from 139); Blue value is 12 (5.08% from 255 or 8.63% from 139); Max value from RGB is 96 - color contains mainly: red. Hex color #601F0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #601F0C is #9FE0F3. Grayscale: #303030. Windows color (decimal): -10477812 or 794464. OLE color: 794464.

HSL color Cylindrical-coordinate representation of color #601F0C: hue angle of 13.57º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #601F0C is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 31 12 -
CMYK 0 0.68 0.88 0.62
HSL 13.57º 0.78% 0.21% -
HSV(B) 13.57º 0.88% 0.38% -
XYZ 5.38 3.49 0.74 -
YUV 48.27 107.53 162.04 -
System Red Green Blue C M Y K H S L
Decimal 96 31 12 0 0.68 0.88 0.62 13.57 0.78 0.21
Hex 60 1F C 0 44 58 3E E 4E 15
Octal 140 37 14 0 104 130 76 16 116 25
Binary 1100000 11111 1100 0 1000100 1011000 111110 1110 1001110 10101

Color Harmonies of #601F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601F0C

Black with #601F0C

Text Example


Text Example

White with #601F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601F0C; }

 p { color: rgb(96,31,12); }

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

background-color css

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

 a { background-color: rgb(96,31,12); }

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

border-color css

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

 span { border-color: rgb(96,31,12); }

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