Html Css Color HEX #68240F Caput Mortuum

📋 copy color: '#68240F'

red 104 ◦ green 36 ◦ blue 15

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

Shades of Caput Mortuum #68240F

Tints of Caput Mortuum #68240F

RGB

 RED value IS 104 (41.02% from 255) = 67.1%

 GREEN value IS 36 (14.45% from 255) = 23.23%

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

R = 67.1%
G = 23.23%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.86

 K value IS 0.59

RGB Variations

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

Color information

#68240F (or 0x68240F) is known color: Caput Mortuum. HEX triplet: 68, 24 and 0F. RGB value is (104,36,15). Sum of RGB (Red+Green+Blue) = 104+36+15=155 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.10% from 155); Green value is 36 (14.45% from 255 or 23.23% from 155); Blue value is 15 (6.25% from 255 or 9.68% from 155); Max value from RGB is 104 - color contains mainly: red. Hex color #68240F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68240F is #97DBF0. Grayscale: #363636. Windows color (decimal): -9952241 or 992360. OLE color: 992360.

HSL color Cylindrical-coordinate representation of color #68240F: hue angle of 14.16º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #68240F is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 36 15 -
CMYK 0 0.65 0.86 0.59
HSL 14.16º 0.75% 0.23% -
HSV(B) 14.16º 0.86% 0.41% -
XYZ 6.43 4.24 0.93 -
YUV 53.94 106.03 163.71 -
System Red Green Blue C M Y K H S L
Decimal 104 36 15 0 0.65 0.86 0.59 14.16 0.75 0.23
Hex 68 24 F 0 41 56 3B E 4B 17
Octal 150 44 17 0 101 126 73 16 113 27
Binary 1101000 100100 1111 0 1000001 1010110 111011 1110 1001011 10111

Color Harmonies of #68240F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68240F

Black with #68240F

Text Example


Text Example

White with #68240F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68240F; }

 p { color: rgb(104,36,15); }

 H1.HeaderClassName
 {
   color: #68240F;
 }
 .AnyTagClassName
 {
   color: #68240F;
 }
</style>

background-color css

<style>
 a { background-color: #68240F; }

 a { background-color: rgb(104,36,15); }

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

border-color css

<style>
 span { border-color: #68240F; }

 span { border-color: rgb(104,36,15); }

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