Html Css Color HEX #60251E Caput Mortuum

📋 copy color: '#60251E'

red 96 ◦ green 37 ◦ blue 30

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

Shades of Caput Mortuum #60251E

Tints of Caput Mortuum #60251E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 18.4%

R = 58.9%
G = 22.7%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.69

 K value IS 0.62

RGB Variations

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

Color information

#60251E (or 0x60251E) is known color: Caput Mortuum. HEX triplet: 60, 25 and 1E. RGB value is (96,37,30). Sum of RGB (Red+Green+Blue) = 96+37+30=163 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.90% from 163); Green value is 37 (14.84% from 255 or 22.70% from 163); Blue value is 30 (12.11% from 255 or 18.40% from 163); Max value from RGB is 96 - color contains mainly: red. Hex color #60251E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60251E is #9FDAE1. Grayscale: #353535. Windows color (decimal): -10476258 or 1975648. OLE color: 1975648.

HSL color Cylindrical-coordinate representation of color #60251E: hue angle of 6.36º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #60251E is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 37 30 -
CMYK 0 0.61 0.69 0.62
HSL 6.36º 0.52% 0.25% -
HSV(B) 6.36º 0.69% 0.38% -
XYZ 5.72 3.9 1.68 -
YUV 53.84 114.55 158.07 -
System Red Green Blue C M Y K H S L
Decimal 96 37 30 0 0.61 0.69 0.62 6.36 0.52 0.25
Hex 60 25 1E 0 3D 45 3E 6 34 19
Octal 140 45 36 0 75 105 76 6 64 31
Binary 1100000 100101 11110 0 111101 1000101 111110 110 110100 11001

Color Harmonies of #60251E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60251E

Black with #60251E

Text Example


Text Example

White with #60251E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60251E; }

 p { color: rgb(96,37,30); }

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

background-color css

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

 a { background-color: rgb(96,37,30); }

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

border-color css

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

 span { border-color: rgb(96,37,30); }

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