Html Css Color HEX #682820 Caput Mortuum

📋 copy color: '#682820'

red 104 ◦ green 40 ◦ blue 32

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

Shades of Caput Mortuum #682820

Tints of Caput Mortuum #682820

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.73%

 BLUE value IS 32 (12.89% from 255) = 18.18%

R = 59.09%
G = 22.73%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.69

 K value IS 0.59

RGB Variations

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

Color information

#682820 (or 0x682820) is known color: Caput Mortuum. HEX triplet: 68, 28 and 20. RGB value is (104,40,32). Sum of RGB (Red+Green+Blue) = 104+40+32=176 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.09% from 176); Green value is 40 (16.02% from 255 or 22.73% from 176); Blue value is 32 (12.89% from 255 or 18.18% from 176); Max value from RGB is 104 - color contains mainly: red. Hex color #682820 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682820 is #97D7DF. Grayscale: #3A3A3A. Windows color (decimal): -9951200 or 2107496. OLE color: 2107496.

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

Color convert

RGB 104 40 32 -
CMYK 0 0.62 0.69 0.59
HSL 6.67º 0.53% 0.27% -
HSV(B) 6.67º 0.69% 0.41% -
XYZ 6.73 4.56 1.89 -
YUV 58.22 113.2 160.65 -
System Red Green Blue C M Y K H S L
Decimal 104 40 32 0 0.62 0.69 0.59 6.67 0.53 0.27
Hex 68 28 20 0 3E 45 3B 7 35 1B
Octal 150 50 40 0 76 105 73 7 65 33
Binary 1101000 101000 100000 0 111110 1000101 111011 111 110101 11011

Color Harmonies of #682820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682820

Black with #682820

Text Example


Text Example

White with #682820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682820; }

 p { color: rgb(104,40,32); }

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

background-color css

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

 a { background-color: rgb(104,40,32); }

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

border-color css

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

 span { border-color: rgb(104,40,32); }

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