Html Css Color HEX #682514 Caput Mortuum

📋 copy color: '#682514'

red 104 ◦ green 37 ◦ blue 20

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

Shades of Caput Mortuum #682514

Tints of Caput Mortuum #682514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 12.42%

R = 64.6%
G = 22.98%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.81

 K value IS 0.59

RGB Variations

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

Color information

#682514 (or 0x682514) is known color: Caput Mortuum. HEX triplet: 68, 25 and 14. RGB value is (104,37,20). Sum of RGB (Red+Green+Blue) = 104+37+20=161 (21% of max value = 765). Red value is 104 (41.02% from 255 or 64.60% from 161); Green value is 37 (14.84% from 255 or 22.98% from 161); Blue value is 20 (8.20% from 255 or 12.42% from 161); Max value from RGB is 104 - color contains mainly: red. Hex color #682514 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682514 is #97DAEB. Grayscale: #373737. Windows color (decimal): -9951980 or 1320296. OLE color: 1320296.

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

Color convert

RGB 104 37 20 -
CMYK 0 0.64 0.81 0.59
HSL 12.14º 0.68% 0.24% -
HSV(B) 12.14º 0.81% 0.41% -
XYZ 6.5 4.32 1.15 -
YUV 55.1 108.2 162.88 -
System Red Green Blue C M Y K H S L
Decimal 104 37 20 0 0.64 0.81 0.59 12.14 0.68 0.24
Hex 68 25 14 0 40 51 3B C 44 18
Octal 150 45 24 0 100 121 73 14 104 30
Binary 1101000 100101 10100 0 1000000 1010001 111011 1100 1000100 11000

Color Harmonies of #682514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682514

Black with #682514

Text Example


Text Example

White with #682514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682514; }

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

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

background-color css

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

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

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

border-color css

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

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

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