Html Css Color HEX #601F10 Caput Mortuum

📋 copy color: '#601F10'

red 96 ◦ green 31 ◦ blue 16

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

Shades of Caput Mortuum #601F10

Tints of Caput Mortuum #601F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 11.19%

R = 67.13%
G = 21.68%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.62

RGB Variations

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

Color information

#601F10 (or 0x601F10) is known color: Caput Mortuum. HEX triplet: 60, 1F and 10. RGB value is (96,31,16). Sum of RGB (Red+Green+Blue) = 96+31+16=143 (18% of max value = 765). Red value is 96 (37.89% from 255 or 67.13% from 143); Green value is 31 (12.5% from 255 or 21.68% from 143); Blue value is 16 (6.64% from 255 or 11.19% from 143); Max value from RGB is 96 - color contains mainly: red. Hex color #601F10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #601F10 is #9FE0EF. Grayscale: #303030. Windows color (decimal): -10477808 or 1056608. OLE color: 1056608.

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

Color convert

RGB 96 31 16 -
CMYK 0 0.68 0.83 0.62
HSL 11.25º 0.71% 0.22% -
HSV(B) 11.25º 0.83% 0.38% -
XYZ 5.41 3.5 0.88 -
YUV 48.73 109.53 161.72 -
System Red Green Blue C M Y K H S L
Decimal 96 31 16 0 0.68 0.83 0.62 11.25 0.71 0.22
Hex 60 1F 10 0 44 53 3E B 47 16
Octal 140 37 20 0 104 123 76 13 107 26
Binary 1100000 11111 10000 0 1000100 1010011 111110 1011 1000111 10110

Color Harmonies of #601F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601F10

Black with #601F10

Text Example


Text Example

White with #601F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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