Html Css Color HEX #682416 Caput Mortuum

📋 copy color: '#682416'

red 104 ◦ green 36 ◦ blue 22

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

Shades of Caput Mortuum #682416

Tints of Caput Mortuum #682416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 13.58%

R = 64.2%
G = 22.22%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.79

 K value IS 0.59

RGB Variations

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

Color information

#682416 (or 0x682416) is known color: Caput Mortuum. HEX triplet: 68, 24 and 16. RGB value is (104,36,22). Sum of RGB (Red+Green+Blue) = 104+36+22=162 (21% of max value = 765). Red value is 104 (41.02% from 255 or 64.20% from 162); Green value is 36 (14.45% from 255 or 22.22% from 162); Blue value is 22 (8.98% from 255 or 13.58% from 162); Max value from RGB is 104 - color contains mainly: red. Hex color #682416 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682416 is #97DBE9. Grayscale: #363636. Windows color (decimal): -9952234 or 1451112. OLE color: 1451112.

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

Color convert

RGB 104 36 22 -
CMYK 0 0.65 0.79 0.59
HSL 10.24º 0.65% 0.25% -
HSV(B) 10.24º 0.79% 0.41% -
XYZ 6.48 4.26 1.24 -
YUV 54.74 109.53 163.14 -
System Red Green Blue C M Y K H S L
Decimal 104 36 22 0 0.65 0.79 0.59 10.24 0.65 0.25
Hex 68 24 16 0 41 4F 3B A 41 19
Octal 150 44 26 0 101 117 73 12 101 31
Binary 1101000 100100 10110 0 1000001 1001111 111011 1010 1000001 11001

Color Harmonies of #682416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682416

Black with #682416

Text Example


Text Example

White with #682416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682416; }

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

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

background-color css

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

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

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

border-color css

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

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

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