Html Css Color HEX #682515 Caput Mortuum

📋 copy color: '#682515'

red 104 ◦ green 37 ◦ blue 21

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

Shades of Caput Mortuum #682515

Tints of Caput Mortuum #682515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 12.96%

R = 64.2%
G = 22.84%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.80

 K value IS 0.59

RGB Variations

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

Color information

#682515 (or 0x682515) is known color: Caput Mortuum. HEX triplet: 68, 25 and 15. RGB value is (104,37,21). Sum of RGB (Red+Green+Blue) = 104+37+21=162 (21% of max value = 765). Red value is 104 (41.02% from 255 or 64.20% from 162); Green value is 37 (14.84% from 255 or 22.84% from 162); Blue value is 21 (8.59% from 255 or 12.96% from 162); Max value from RGB is 104 - color contains mainly: red. Hex color #682515 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682515 is #97DAEA. Grayscale: #373737. Windows color (decimal): -9951979 or 1385832. OLE color: 1385832.

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

Color convert

RGB 104 37 21 -
CMYK 0 0.64 0.80 0.59
HSL 11.57º 0.66% 0.25% -
HSV(B) 11.57º 0.8% 0.41% -
XYZ 6.51 4.32 1.2 -
YUV 55.21 108.7 162.8 -
System Red Green Blue C M Y K H S L
Decimal 104 37 21 0 0.64 0.80 0.59 11.57 0.66 0.25
Hex 68 25 15 0 40 50 3B C 42 19
Octal 150 45 25 0 100 120 73 14 102 31
Binary 1101000 100101 10101 0 1000000 1010000 111011 1100 1000010 11001

Color Harmonies of #682515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682515

Black with #682515

Text Example


Text Example

White with #682515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682515; }

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

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

background-color css

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

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

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

border-color css

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

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

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