Html Css Color HEX #682315 Caput Mortuum

📋 copy color: '#682315'

red 104 ◦ green 35 ◦ blue 21

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

Shades of Caput Mortuum #682315

Tints of Caput Mortuum #682315

RGB

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

 GREEN value IS 35 (14.06% from 255) = 21.88%

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

R = 65%
G = 21.88%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.80

 K value IS 0.59

RGB Variations

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

Color information

#682315 (or 0x682315) is known color: Caput Mortuum. HEX triplet: 68, 23 and 15. RGB value is (104,35,21). Sum of RGB (Red+Green+Blue) = 104+35+21=160 (21% of max value = 765). Red value is 104 (41.02% from 255 or 65% from 160); Green value is 35 (14.06% from 255 or 21.88% from 160); Blue value is 21 (8.59% from 255 or 13.12% from 160); Max value from RGB is 104 - color contains mainly: red. Hex color #682315 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682315 is #97DCEA. Grayscale: #363636. Windows color (decimal): -9952491 or 1385320. OLE color: 1385320.

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

Color convert

RGB 104 35 21 -
CMYK 0 0.66 0.80 0.59
HSL 10.12º 0.66% 0.25% -
HSV(B) 10.12º 0.8% 0.41% -
XYZ 6.45 4.2 1.18 -
YUV 54.04 109.36 163.64 -
System Red Green Blue C M Y K H S L
Decimal 104 35 21 0 0.66 0.80 0.59 10.12 0.66 0.25
Hex 68 23 15 0 42 50 3B A 42 19
Octal 150 43 25 0 102 120 73 12 102 31
Binary 1101000 100011 10101 0 1000010 1010000 111011 1010 1000010 11001

Color Harmonies of #682315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682315

Black with #682315

Text Example


Text Example

White with #682315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682315; }

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

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

background-color css

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

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

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

border-color css

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

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

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