Html Css Color HEX #682518 Caput Mortuum

📋 copy color: '#682518'

red 104 ◦ green 37 ◦ blue 24

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

Shades of Caput Mortuum #682518

Tints of Caput Mortuum #682518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 14.55%

R = 63.03%
G = 22.42%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.77

 K value IS 0.59

RGB Variations

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

Color information

#682518 (or 0x682518) is known color: Caput Mortuum. HEX triplet: 68, 25 and 18. RGB value is (104,37,24). Sum of RGB (Red+Green+Blue) = 104+37+24=165 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.03% from 165); Green value is 37 (14.84% from 255 or 22.42% from 165); Blue value is 24 (9.77% from 255 or 14.55% from 165); Max value from RGB is 104 - color contains mainly: red. Hex color #682518 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682518 is #97DAE7. Grayscale: #373737. Windows color (decimal): -9951976 or 1582440. OLE color: 1582440.

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

Color convert

RGB 104 37 24 -
CMYK 0 0.64 0.77 0.59
HSL 9.75º 0.63% 0.25% -
HSV(B) 9.75º 0.77% 0.41% -
XYZ 6.54 4.33 1.36 -
YUV 55.55 110.2 162.56 -
System Red Green Blue C M Y K H S L
Decimal 104 37 24 0 0.64 0.77 0.59 9.75 0.63 0.25
Hex 68 25 18 0 40 4D 3B A 3E 19
Octal 150 45 30 0 100 115 73 12 76 31
Binary 1101000 100101 11000 0 1000000 1001101 111011 1010 111110 11001

Color Harmonies of #682518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682518

Black with #682518

Text Example


Text Example

White with #682518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682518; }

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

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

background-color css

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

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

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

border-color css

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

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

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