Html Css Color HEX #682513 Caput Mortuum

📋 copy color: '#682513'

red 104 ◦ green 37 ◦ blue 19

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

Shades of Caput Mortuum #682513

Tints of Caput Mortuum #682513

RGB

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

 GREEN value IS 37 (14.84% from 255) = 23.13%

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

R = 65%
G = 23.13%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#682513 (or 0x682513) is known color: Caput Mortuum. HEX triplet: 68, 25 and 13. RGB value is (104,37,19). Sum of RGB (Red+Green+Blue) = 104+37+19=160 (21% of max value = 765). Red value is 104 (41.02% from 255 or 65% from 160); Green value is 37 (14.84% from 255 or 23.12% from 160); Blue value is 19 (7.81% from 255 or 11.88% from 160); Max value from RGB is 104 - color contains mainly: red. Hex color #682513 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682513 is #97DAEC. Grayscale: #373737. Windows color (decimal): -9951981 or 1254760. OLE color: 1254760.

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

Color convert

RGB 104 37 19 -
CMYK 0 0.64 0.82 0.59
HSL 12.71º 0.69% 0.24% -
HSV(B) 12.71º 0.82% 0.41% -
XYZ 6.49 4.31 1.11 -
YUV 54.98 107.7 162.96 -
System Red Green Blue C M Y K H S L
Decimal 104 37 19 0 0.64 0.82 0.59 12.71 0.69 0.24
Hex 68 25 13 0 40 52 3B D 45 18
Octal 150 45 23 0 100 122 73 15 105 30
Binary 1101000 100101 10011 0 1000000 1010010 111011 1101 1000101 11000

Color Harmonies of #682513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682513

Black with #682513

Text Example


Text Example

White with #682513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682513; }

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

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

background-color css

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

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

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

border-color css

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

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

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