Html Css Color HEX #682713 Caput Mortuum

📋 copy color: '#682713'

red 104 ◦ green 39 ◦ blue 19

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

Shades of Caput Mortuum #682713

Tints of Caput Mortuum #682713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 11.73%

R = 64.2%
G = 24.07%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#682713 (or 0x682713) is known color: Caput Mortuum. HEX triplet: 68, 27 and 13. RGB value is (104,39,19). Sum of RGB (Red+Green+Blue) = 104+39+19=162 (21% of max value = 765). Red value is 104 (41.02% from 255 or 64.20% from 162); Green value is 39 (15.62% from 255 or 24.07% from 162); Blue value is 19 (7.81% from 255 or 11.73% from 162); Max value from RGB is 104 - color contains mainly: red. Hex color #682713 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682713 is #97D8EC. Grayscale: #383838. Windows color (decimal): -9951469 or 1255272. OLE color: 1255272.

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

Color convert

RGB 104 39 19 -
CMYK 0 0.62 0.82 0.59
HSL 14.12º 0.69% 0.24% -
HSV(B) 14.12º 0.82% 0.41% -
XYZ 6.55 4.44 1.13 -
YUV 56.16 107.03 162.13 -
System Red Green Blue C M Y K H S L
Decimal 104 39 19 0 0.62 0.82 0.59 14.12 0.69 0.24
Hex 68 27 13 0 3E 52 3B E 45 18
Octal 150 47 23 0 76 122 73 16 105 30
Binary 1101000 100111 10011 0 111110 1010010 111011 1110 1000101 11000

Color Harmonies of #682713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682713

Black with #682713

Text Example


Text Example

White with #682713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682713; }

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

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

background-color css

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

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

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

border-color css

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

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

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