Html Css Color HEX #682412 Caput Mortuum

📋 copy color: '#682412'

red 104 ◦ green 36 ◦ blue 18

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

Shades of Caput Mortuum #682412

Tints of Caput Mortuum #682412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 11.39%

R = 65.82%
G = 22.78%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.83

 K value IS 0.59

RGB Variations

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

Color information

#682412 (or 0x682412) is known color: Caput Mortuum. HEX triplet: 68, 24 and 12. RGB value is (104,36,18). Sum of RGB (Red+Green+Blue) = 104+36+18=158 (20% of max value = 765). Red value is 104 (41.02% from 255 or 65.82% from 158); Green value is 36 (14.45% from 255 or 22.78% from 158); Blue value is 18 (7.42% from 255 or 11.39% from 158); Max value from RGB is 104 - color contains mainly: red. Hex color #682412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682412 is #97DBED. Grayscale: #363636. Windows color (decimal): -9952238 or 1188968. OLE color: 1188968.

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

Color convert

RGB 104 36 18 -
CMYK 0 0.65 0.83 0.59
HSL 12.56º 0.7% 0.24% -
HSV(B) 12.56º 0.83% 0.41% -
XYZ 6.45 4.25 1.05 -
YUV 54.28 107.53 163.46 -
System Red Green Blue C M Y K H S L
Decimal 104 36 18 0 0.65 0.83 0.59 12.56 0.7 0.24
Hex 68 24 12 0 41 53 3B D 46 18
Octal 150 44 22 0 101 123 73 15 106 30
Binary 1101000 100100 10010 0 1000001 1010011 111011 1101 1000110 11000

Color Harmonies of #682412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682412

Black with #682412

Text Example


Text Example

White with #682412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682412; }

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

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

background-color css

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

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

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

border-color css

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

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

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