Html Css Color HEX #601F0F Caput Mortuum

📋 copy color: '#601F0F'

red 96 ◦ green 31 ◦ blue 15

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

Shades of Caput Mortuum #601F0F

Tints of Caput Mortuum #601F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 10.56%

R = 67.61%
G = 21.83%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#601F0F (or 0x601F0F) is known color: Caput Mortuum. HEX triplet: 60, 1F and 0F. RGB value is (96,31,15). Sum of RGB (Red+Green+Blue) = 96+31+15=142 (18% of max value = 765). Red value is 96 (37.89% from 255 or 67.61% from 142); Green value is 31 (12.5% from 255 or 21.83% from 142); Blue value is 15 (6.25% from 255 or 10.56% from 142); Max value from RGB is 96 - color contains mainly: red. Hex color #601F0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #601F0F is #9FE0F0. Grayscale: #303030. Windows color (decimal): -10477809 or 991072. OLE color: 991072.

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

Color convert

RGB 96 31 15 -
CMYK 0 0.68 0.84 0.62
HSL 11.85º 0.73% 0.22% -
HSV(B) 11.85º 0.84% 0.38% -
XYZ 5.4 3.5 0.84 -
YUV 48.61 109.03 161.8 -
System Red Green Blue C M Y K H S L
Decimal 96 31 15 0 0.68 0.84 0.62 11.85 0.73 0.22
Hex 60 1F F 0 44 54 3E C 49 16
Octal 140 37 17 0 104 124 76 14 111 26
Binary 1100000 11111 1111 0 1000100 1010100 111110 1100 1001001 10110

Color Harmonies of #601F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601F0F

Black with #601F0F

Text Example


Text Example

White with #601F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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