Html Css Color HEX #662315 Caput Mortuum

📋 copy color: '#662315'

red 102 ◦ green 35 ◦ blue 21

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

Shades of Caput Mortuum #662315

Tints of Caput Mortuum #662315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 13.29%

R = 64.56%
G = 22.15%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.79

 K value IS 0.6

RGB Variations

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

Color information

#662315 (or 0x662315) is known color: Caput Mortuum. HEX triplet: 66, 23 and 15. RGB value is (102,35,21). Sum of RGB (Red+Green+Blue) = 102+35+21=158 (20% of max value = 765). Red value is 102 (40.23% from 255 or 64.56% from 158); Green value is 35 (14.06% from 255 or 22.15% from 158); Blue value is 21 (8.59% from 255 or 13.29% from 158); Max value from RGB is 102 - color contains mainly: red. Hex color #662315 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662315 is #99DCEA. Grayscale: #353535. Windows color (decimal): -10083563 or 1385318. OLE color: 1385318.

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

Color convert

RGB 102 35 21 -
CMYK 0 0.66 0.79 0.6
HSL 10.37º 0.66% 0.24% -
HSV(B) 10.37º 0.79% 0.4% -
XYZ 6.22 4.08 1.17 -
YUV 53.44 109.7 162.64 -
System Red Green Blue C M Y K H S L
Decimal 102 35 21 0 0.66 0.79 0.6 10.37 0.66 0.24
Hex 66 23 15 0 42 4F 3C A 42 18
Octal 146 43 25 0 102 117 74 12 102 30
Binary 1100110 100011 10101 0 1000010 1001111 111100 1010 1000010 11000

Color Harmonies of #662315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662315

Black with #662315

Text Example


Text Example

White with #662315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662315; }

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

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

background-color css

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

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

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

border-color css

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

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

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