Html Css Color HEX #682210 Caput Mortuum

📋 copy color: '#682210'

red 104 ◦ green 34 ◦ blue 16

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

Shades of Caput Mortuum #682210

Tints of Caput Mortuum #682210

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.08%

 BLUE value IS 16 (6.64% from 255) = 10.39%

R = 67.53%
G = 22.08%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.85

 K value IS 0.59

RGB Variations

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

Color information

#682210 (or 0x682210) is known color: Caput Mortuum. HEX triplet: 68, 22 and 10. RGB value is (104,34,16). Sum of RGB (Red+Green+Blue) = 104+34+16=154 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.53% from 154); Green value is 34 (13.67% from 255 or 22.08% from 154); Blue value is 16 (6.64% from 255 or 10.39% from 154); Max value from RGB is 104 - color contains mainly: red. Hex color #682210 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682210 is #97DDEF. Grayscale: #353535. Windows color (decimal): -9952752 or 1057384. OLE color: 1057384.

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

Color convert

RGB 104 34 16 -
CMYK 0 0.67 0.85 0.59
HSL 12.27º 0.73% 0.24% -
HSV(B) 12.27º 0.85% 0.41% -
XYZ 6.37 4.12 0.95 -
YUV 52.88 107.19 164.46 -
System Red Green Blue C M Y K H S L
Decimal 104 34 16 0 0.67 0.85 0.59 12.27 0.73 0.24
Hex 68 22 10 0 43 55 3B C 49 18
Octal 150 42 20 0 103 125 73 14 111 30
Binary 1101000 100010 10000 0 1000011 1010101 111011 1100 1001001 11000

Color Harmonies of #682210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682210

Black with #682210

Text Example


Text Example

White with #682210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682210; }

 p { color: rgb(104,34,16); }

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

background-color css

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

 a { background-color: rgb(104,34,16); }

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

border-color css

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

 span { border-color: rgb(104,34,16); }

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