Html Css Color HEX #682612 Caput Mortuum

📋 copy color: '#682612'

red 104 ◦ green 38 ◦ blue 18

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

Shades of Caput Mortuum #682612

Tints of Caput Mortuum #682612

RGB

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

 GREEN value IS 38 (15.23% from 255) = 23.75%

 BLUE value IS 18 (7.42% from 255) = 11.25%

R = 65%
G = 23.75%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.83

 K value IS 0.59

RGB Variations

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

Color information

#682612 (or 0x682612) is known color: Caput Mortuum. HEX triplet: 68, 26 and 12. RGB value is (104,38,18). Sum of RGB (Red+Green+Blue) = 104+38+18=160 (21% of max value = 765). Red value is 104 (41.02% from 255 or 65% from 160); Green value is 38 (15.23% from 255 or 23.75% from 160); Blue value is 18 (7.42% from 255 or 11.25% from 160); Max value from RGB is 104 - color contains mainly: red. Hex color #682612 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682612 is #97D9ED. Grayscale: #373737. Windows color (decimal): -9951726 or 1189480. OLE color: 1189480.

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

Color convert

RGB 104 38 18 -
CMYK 0 0.63 0.83 0.59
HSL 13.95º 0.7% 0.24% -
HSV(B) 13.95º 0.83% 0.41% -
XYZ 6.51 4.37 1.07 -
YUV 55.45 106.87 162.63 -
System Red Green Blue C M Y K H S L
Decimal 104 38 18 0 0.63 0.83 0.59 13.95 0.7 0.24
Hex 68 26 12 0 3F 53 3B E 46 18
Octal 150 46 22 0 77 123 73 16 106 30
Binary 1101000 100110 10010 0 111111 1010011 111011 1110 1000110 11000

Color Harmonies of #682612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682612

Black with #682612

Text Example


Text Example

White with #682612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682612; }

 p { color: rgb(104,38,18); }

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

background-color css

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

 a { background-color: rgb(104,38,18); }

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

border-color css

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

 span { border-color: rgb(104,38,18); }

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