Html Css Color HEX #682413 Caput Mortuum

📋 copy color: '#682413'

red 104 ◦ green 36 ◦ blue 19

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

Shades of Caput Mortuum #682413

Tints of Caput Mortuum #682413

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.64%

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

R = 65.41%
G = 22.64%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#682413 (or 0x682413) is known color: Caput Mortuum. HEX triplet: 68, 24 and 13. RGB value is (104,36,19). Sum of RGB (Red+Green+Blue) = 104+36+19=159 (21% of max value = 765). Red value is 104 (41.02% from 255 or 65.41% from 159); Green value is 36 (14.45% from 255 or 22.64% from 159); Blue value is 19 (7.81% from 255 or 11.95% from 159); Max value from RGB is 104 - color contains mainly: red. Hex color #682413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682413 is #97DBEC. Grayscale: #363636. Windows color (decimal): -9952237 or 1254504. OLE color: 1254504.

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

Color convert

RGB 104 36 19 -
CMYK 0 0.65 0.82 0.59
HSL 12º 0.69% 0.24% -
HSV(B) 12º 0.82% 0.41% -
XYZ 6.46 4.25 1.1 -
YUV 54.39 108.03 163.38 -
System Red Green Blue C M Y K H S L
Decimal 104 36 19 0 0.65 0.82 0.59 12 0.69 0.24
Hex 68 24 13 0 41 52 3B C 45 18
Octal 150 44 23 0 101 122 73 14 105 30
Binary 1101000 100100 10011 0 1000001 1010010 111011 1100 1000101 11000

Color Harmonies of #682413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682413

Black with #682413

Text Example


Text Example

White with #682413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682413; }

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

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

background-color css

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

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

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

border-color css

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

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

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