Html Css Color HEX #662313 Caput Mortuum

📋 copy color: '#662313'

red 102 ◦ green 35 ◦ blue 19

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

Shades of Caput Mortuum #662313

Tints of Caput Mortuum #662313

RGB

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

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

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

R = 65.38%
G = 22.44%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.81

 K value IS 0.6

RGB Variations

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

Color information

#662313 (or 0x662313) is known color: Caput Mortuum. HEX triplet: 66, 23 and 13. RGB value is (102,35,19). Sum of RGB (Red+Green+Blue) = 102+35+19=156 (20% of max value = 765). Red value is 102 (40.23% from 255 or 65.38% from 156); Green value is 35 (14.06% from 255 or 22.44% from 156); Blue value is 19 (7.81% from 255 or 12.18% from 156); Max value from RGB is 102 - color contains mainly: red. Hex color #662313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662313 is #99DCEC. Grayscale: #353535. Windows color (decimal): -10083565 or 1254246. OLE color: 1254246.

HSL color Cylindrical-coordinate representation of color #662313: hue angle of 11.57º 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 #662313 is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 35 19 -
CMYK 0 0.66 0.81 0.6
HSL 11.57º 0.69% 0.24% -
HSV(B) 11.57º 0.81% 0.4% -
XYZ 6.2 4.07 1.08 -
YUV 53.21 108.7 162.8 -
System Red Green Blue C M Y K H S L
Decimal 102 35 19 0 0.66 0.81 0.6 11.57 0.69 0.24
Hex 66 23 13 0 42 51 3C C 45 18
Octal 146 43 23 0 102 121 74 14 105 30
Binary 1100110 100011 10011 0 1000010 1010001 111100 1100 1000101 11000

Color Harmonies of #662313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662313

Black with #662313

Text Example


Text Example

White with #662313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662313; }

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

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

background-color css

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

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

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

border-color css

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

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

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