Html Css Color HEX #682616 Caput Mortuum

📋 copy color: '#682616'

red 104 ◦ green 38 ◦ blue 22

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

Shades of Caput Mortuum #682616

Tints of Caput Mortuum #682616

RGB

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

 GREEN value IS 38 (15.23% from 255) = 23.17%

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

R = 63.41%
G = 23.17%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.79

 K value IS 0.59

RGB Variations

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

Color information

#682616 (or 0x682616) is known color: Caput Mortuum. HEX triplet: 68, 26 and 16. RGB value is (104,38,22). Sum of RGB (Red+Green+Blue) = 104+38+22=164 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.41% from 164); Green value is 38 (15.23% from 255 or 23.17% from 164); Blue value is 22 (8.98% from 255 or 13.41% from 164); Max value from RGB is 104 - color contains mainly: red. Hex color #682616 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682616 is #97D9E9. Grayscale: #383838. Windows color (decimal): -9951722 or 1451624. OLE color: 1451624.

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

Color convert

RGB 104 38 22 -
CMYK 0 0.63 0.79 0.59
HSL 11.71º 0.65% 0.25% -
HSV(B) 11.71º 0.79% 0.41% -
XYZ 6.55 4.39 1.26 -
YUV 55.91 108.87 162.3 -
System Red Green Blue C M Y K H S L
Decimal 104 38 22 0 0.63 0.79 0.59 11.71 0.65 0.25
Hex 68 26 16 0 3F 4F 3B C 41 19
Octal 150 46 26 0 77 117 73 14 101 31
Binary 1101000 100110 10110 0 111111 1001111 111011 1100 1000001 11001

Color Harmonies of #682616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682616

Black with #682616

Text Example


Text Example

White with #682616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682616; }

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

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

background-color css

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

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

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

border-color css

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

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

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