Html Css Color HEX #662413 Caput Mortuum

📋 copy color: '#662413'

red 102 ◦ green 36 ◦ blue 19

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

Shades of Caput Mortuum #662413

Tints of Caput Mortuum #662413

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.93%

 BLUE value IS 19 (7.81% from 255) = 12.1%

R = 64.97%
G = 22.93%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.81

 K value IS 0.6

RGB Variations

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

Color information

#662413 (or 0x662413) is known color: Caput Mortuum. HEX triplet: 66, 24 and 13. RGB value is (102,36,19). Sum of RGB (Red+Green+Blue) = 102+36+19=157 (20% of max value = 765). Red value is 102 (40.23% from 255 or 64.97% from 157); Green value is 36 (14.45% from 255 or 22.93% from 157); Blue value is 19 (7.81% from 255 or 12.10% from 157); Max value from RGB is 102 - color contains mainly: red. Hex color #662413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662413 is #99DBEC. Grayscale: #353535. Windows color (decimal): -10083309 or 1254502. OLE color: 1254502.

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

Color convert

RGB 102 36 19 -
CMYK 0 0.65 0.81 0.6
HSL 12.29º 0.69% 0.24% -
HSV(B) 12.29º 0.81% 0.4% -
XYZ 6.23 4.13 1.09 -
YUV 53.8 108.37 162.38 -
System Red Green Blue C M Y K H S L
Decimal 102 36 19 0 0.65 0.81 0.6 12.29 0.69 0.24
Hex 66 24 13 0 41 51 3C C 45 18
Octal 146 44 23 0 101 121 74 14 105 30
Binary 1100110 100100 10011 0 1000001 1010001 111100 1100 1000101 11000

Color Harmonies of #662413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662413

Black with #662413

Text Example


Text Example

White with #662413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662413; }

 p { color: rgb(102,36,19); }

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

background-color css

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

 a { background-color: rgb(102,36,19); }

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

border-color css

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

 span { border-color: rgb(102,36,19); }

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