Html Css Color HEX #682310 Caput Mortuum

📋 copy color: '#682310'

red 104 ◦ green 35 ◦ blue 16

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

Shades of Caput Mortuum #682310

Tints of Caput Mortuum #682310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 10.32%

R = 67.1%
G = 22.58%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.85

 K value IS 0.59

RGB Variations

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

Color information

#682310 (or 0x682310) is known color: Caput Mortuum. HEX triplet: 68, 23 and 10. RGB value is (104,35,16). Sum of RGB (Red+Green+Blue) = 104+35+16=155 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.10% from 155); Green value is 35 (14.06% from 255 or 22.58% from 155); Blue value is 16 (6.64% from 255 or 10.32% from 155); Max value from RGB is 104 - color contains mainly: red. Hex color #682310 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682310 is #97DCEF. Grayscale: #353535. Windows color (decimal): -9952496 or 1057640. OLE color: 1057640.

HSL color Cylindrical-coordinate representation of color #682310: hue angle of 12.95º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #682310 is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 35 16 -
CMYK 0 0.66 0.85 0.59
HSL 12.95º 0.73% 0.24% -
HSV(B) 12.95º 0.85% 0.41% -
XYZ 6.4 4.18 0.96 -
YUV 53.47 106.86 164.04 -
System Red Green Blue C M Y K H S L
Decimal 104 35 16 0 0.66 0.85 0.59 12.95 0.73 0.24
Hex 68 23 10 0 42 55 3B D 49 18
Octal 150 43 20 0 102 125 73 15 111 30
Binary 1101000 100011 10000 0 1000010 1010101 111011 1101 1001001 11000

Color Harmonies of #682310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682310

Black with #682310

Text Example


Text Example

White with #682310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682310; }

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

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

background-color css

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

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

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

border-color css

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

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

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