Html Css Color HEX #682414 Caput Mortuum

📋 copy color: '#682414'

red 104 ◦ green 36 ◦ blue 20

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

Shades of Caput Mortuum #682414

Tints of Caput Mortuum #682414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 12.5%

R = 65%
G = 22.5%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.81

 K value IS 0.59

RGB Variations

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

Color information

#682414 (or 0x682414) is known color: Caput Mortuum. HEX triplet: 68, 24 and 14. RGB value is (104,36,20). Sum of RGB (Red+Green+Blue) = 104+36+20=160 (21% of max value = 765). Red value is 104 (41.02% from 255 or 65% from 160); Green value is 36 (14.45% from 255 or 22.5% from 160); Blue value is 20 (8.20% from 255 or 12.5% from 160); Max value from RGB is 104 - color contains mainly: red. Hex color #682414 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682414 is #97DBEB. Grayscale: #363636. Windows color (decimal): -9952236 or 1320040. OLE color: 1320040.

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

Color convert

RGB 104 36 20 -
CMYK 0 0.65 0.81 0.59
HSL 11.43º 0.68% 0.24% -
HSV(B) 11.43º 0.81% 0.41% -
XYZ 6.47 4.26 1.14 -
YUV 54.51 108.53 163.3 -
System Red Green Blue C M Y K H S L
Decimal 104 36 20 0 0.65 0.81 0.59 11.43 0.68 0.24
Hex 68 24 14 0 41 51 3B B 44 18
Octal 150 44 24 0 101 121 73 13 104 30
Binary 1101000 100100 10100 0 1000001 1010001 111011 1011 1000100 11000

Color Harmonies of #682414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682414

Black with #682414

Text Example


Text Example

White with #682414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682414; }

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

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

background-color css

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

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

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

border-color css

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

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

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