Html Css Color HEX #682716 Caput Mortuum

📋 copy color: '#682716'

red 104 ◦ green 39 ◦ blue 22

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

Shades of Caput Mortuum #682716

Tints of Caput Mortuum #682716

RGB

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

 GREEN value IS 39 (15.63% from 255) = 23.64%

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

R = 63.03%
G = 23.64%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.79

 K value IS 0.59

RGB Variations

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

Color information

#682716 (or 0x682716) is known color: Caput Mortuum. HEX triplet: 68, 27 and 16. RGB value is (104,39,22). Sum of RGB (Red+Green+Blue) = 104+39+22=165 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.03% from 165); Green value is 39 (15.62% from 255 or 23.64% from 165); Blue value is 22 (8.98% from 255 or 13.33% from 165); Max value from RGB is 104 - color contains mainly: red. Hex color #682716 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682716 is #97D8E9. Grayscale: #383838. Windows color (decimal): -9951466 or 1451880. OLE color: 1451880.

HSL color Cylindrical-coordinate representation of color #682716: hue angle of 12.44º 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 #682716 is Cyan = 0, Magento = 0.62, Yellow = 0.79 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 39 22 -
CMYK 0 0.62 0.79 0.59
HSL 12.44º 0.65% 0.25% -
HSV(B) 12.44º 0.79% 0.41% -
XYZ 6.58 4.45 1.27 -
YUV 56.5 108.53 161.88 -
System Red Green Blue C M Y K H S L
Decimal 104 39 22 0 0.62 0.79 0.59 12.44 0.65 0.25
Hex 68 27 16 0 3E 4F 3B C 41 19
Octal 150 47 26 0 76 117 73 14 101 31
Binary 1101000 100111 10110 0 111110 1001111 111011 1100 1000001 11001

Color Harmonies of #682716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682716

Black with #682716

Text Example


Text Example

White with #682716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682716; }

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

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

background-color css

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

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

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

border-color css

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

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

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