Html Css Color HEX #662312 Caput Mortuum

📋 copy color: '#662312'

red 102 ◦ green 35 ◦ blue 18

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

Shades of Caput Mortuum #662312

Tints of Caput Mortuum #662312

RGB

 RED value IS 102 (40.23% from 255) = 65.81%

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

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

R = 65.81%
G = 22.58%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.82

 K value IS 0.6

RGB Variations

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

Color information

#662312 (or 0x662312) is known color: Caput Mortuum. HEX triplet: 66, 23 and 12. RGB value is (102,35,18). Sum of RGB (Red+Green+Blue) = 102+35+18=155 (20% of max value = 765). Red value is 102 (40.23% from 255 or 65.81% from 155); Green value is 35 (14.06% from 255 or 22.58% from 155); Blue value is 18 (7.42% from 255 or 11.61% from 155); Max value from RGB is 102 - color contains mainly: red. Hex color #662312 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662312 is #99DCED. Grayscale: #353535. Windows color (decimal): -10083566 or 1188710. OLE color: 1188710.

HSL color Cylindrical-coordinate representation of color #662312: hue angle of 12.14º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #662312 is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 35 18 -
CMYK 0 0.66 0.82 0.6
HSL 12.14º 0.7% 0.24% -
HSV(B) 12.14º 0.82% 0.4% -
XYZ 6.19 4.07 1.03 -
YUV 53.1 108.2 162.88 -
System Red Green Blue C M Y K H S L
Decimal 102 35 18 0 0.66 0.82 0.6 12.14 0.7 0.24
Hex 66 23 12 0 42 52 3C C 46 18
Octal 146 43 22 0 102 122 74 14 106 30
Binary 1100110 100011 10010 0 1000010 1010010 111100 1100 1000110 11000

Color Harmonies of #662312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662312

Black with #662312

Text Example


Text Example

White with #662312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662312; }

 p { color: rgb(102,35,18); }

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

background-color css

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

 a { background-color: rgb(102,35,18); }

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

border-color css

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

 span { border-color: rgb(102,35,18); }

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