Html Css Color HEX #662715 Caput Mortuum

📋 copy color: '#662715'

red 102 ◦ green 39 ◦ blue 21

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

Shades of Caput Mortuum #662715

Tints of Caput Mortuum #662715

RGB

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

 GREEN value IS 39 (15.63% from 255) = 24.07%

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

R = 62.96%
G = 24.07%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.79

 K value IS 0.6

RGB Variations

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

Color information

#662715 (or 0x662715) is known color: Caput Mortuum. HEX triplet: 66, 27 and 15. RGB value is (102,39,21). Sum of RGB (Red+Green+Blue) = 102+39+21=162 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.96% from 162); Green value is 39 (15.62% from 255 or 24.07% from 162); Blue value is 21 (8.59% from 255 or 12.96% from 162); Max value from RGB is 102 - color contains mainly: red. Hex color #662715 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662715 is #99D8EA. Grayscale: #373737. Windows color (decimal): -10082539 or 1386342. OLE color: 1386342.

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

Color convert

RGB 102 39 21 -
CMYK 0 0.62 0.79 0.6
HSL 13.33º 0.66% 0.24% -
HSV(B) 13.33º 0.79% 0.4% -
XYZ 6.34 4.33 1.21 -
YUV 55.79 108.37 160.96 -
System Red Green Blue C M Y K H S L
Decimal 102 39 21 0 0.62 0.79 0.6 13.33 0.66 0.24
Hex 66 27 15 0 3E 4F 3C D 42 18
Octal 146 47 25 0 76 117 74 15 102 30
Binary 1100110 100111 10101 0 111110 1001111 111100 1101 1000010 11000

Color Harmonies of #662715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662715

Black with #662715

Text Example


Text Example

White with #662715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662715; }

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

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

background-color css

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

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

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

border-color css

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

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

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