Html Css Color HEX #662515 Caput Mortuum

📋 copy color: '#662515'

red 102 ◦ green 37 ◦ blue 21

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

Shades of Caput Mortuum #662515

Tints of Caput Mortuum #662515

RGB

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

 GREEN value IS 37 (14.84% from 255) = 23.13%

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

R = 63.75%
G = 23.13%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.79

 K value IS 0.6

RGB Variations

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

Color information

#662515 (or 0x662515) is known color: Caput Mortuum. HEX triplet: 66, 25 and 15. RGB value is (102,37,21). Sum of RGB (Red+Green+Blue) = 102+37+21=160 (21% of max value = 765). Red value is 102 (40.23% from 255 or 63.75% from 160); Green value is 37 (14.84% from 255 or 23.12% from 160); Blue value is 21 (8.59% from 255 or 13.12% from 160); Max value from RGB is 102 - color contains mainly: red. Hex color #662515 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662515 is #99DAEA. Grayscale: #363636. Windows color (decimal): -10083051 or 1385830. OLE color: 1385830.

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

Color convert

RGB 102 37 21 -
CMYK 0 0.64 0.79 0.6
HSL 11.85º 0.66% 0.24% -
HSV(B) 11.85º 0.79% 0.4% -
XYZ 6.28 4.2 1.19 -
YUV 54.61 109.03 161.8 -
System Red Green Blue C M Y K H S L
Decimal 102 37 21 0 0.64 0.79 0.6 11.85 0.66 0.24
Hex 66 25 15 0 40 4F 3C C 42 18
Octal 146 45 25 0 100 117 74 14 102 30
Binary 1100110 100101 10101 0 1000000 1001111 111100 1100 1000010 11000

Color Harmonies of #662515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662515

Black with #662515

Text Example


Text Example

White with #662515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662515; }

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

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

background-color css

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

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

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

border-color css

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

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

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