Html Css Color HEX #682418 Caput Mortuum

📋 copy color: '#682418'

red 104 ◦ green 36 ◦ blue 24

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

Shades of Caput Mortuum #682418

Tints of Caput Mortuum #682418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 14.63%

R = 63.41%
G = 21.95%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.77

 K value IS 0.59

RGB Variations

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

Color information

#682418 (or 0x682418) is known color: Caput Mortuum. HEX triplet: 68, 24 and 18. RGB value is (104,36,24). Sum of RGB (Red+Green+Blue) = 104+36+24=164 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.41% from 164); Green value is 36 (14.45% from 255 or 21.95% from 164); Blue value is 24 (9.77% from 255 or 14.63% from 164); Max value from RGB is 104 - color contains mainly: red. Hex color #682418 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682418 is #97DBE7. Grayscale: #373737. Windows color (decimal): -9952232 or 1582184. OLE color: 1582184.

HSL color Cylindrical-coordinate representation of color #682418: hue angle of 9º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #682418 is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 36 24 -
CMYK 0 0.65 0.77 0.59
HSL 0.63% 0.25% -
HSV(B) 0.77% 0.41% -
XYZ 6.5 4.27 1.35 -
YUV 54.96 110.53 162.98 -
System Red Green Blue C M Y K H S L
Decimal 104 36 24 0 0.65 0.77 0.59 9 0.63 0.25
Hex 68 24 18 0 41 4D 3B 9 3E 19
Octal 150 44 30 0 101 115 73 11 76 31
Binary 1101000 100100 11000 0 1000001 1001101 111011 1001 111110 11001

Color Harmonies of #682418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682418

Black with #682418

Text Example


Text Example

White with #682418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682418; }

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

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

background-color css

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

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

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

border-color css

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

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

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