Html Css Color HEX #652515 Caput Mortuum

📋 copy color: '#652515'

red 101 ◦ green 37 ◦ blue 21

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

Shades of Caput Mortuum #652515

Tints of Caput Mortuum #652515

RGB

 RED value IS 101 (39.84% from 255) = 63.52%

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

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

R = 63.52%
G = 23.27%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.79

 K value IS 0.60

RGB Variations

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

Color information

#652515 (or 0x652515) is known color: Caput Mortuum. HEX triplet: 65, 25 and 15. RGB value is (101,37,21). Sum of RGB (Red+Green+Blue) = 101+37+21=159 (21% of max value = 765). Red value is 101 (39.84% from 255 or 63.52% from 159); Green value is 37 (14.84% from 255 or 23.27% from 159); Blue value is 21 (8.59% from 255 or 13.21% from 159); Max value from RGB is 101 - color contains mainly: red. Hex color #652515 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652515 is #9ADAEA. Grayscale: #363636. Windows color (decimal): -10148587 or 1385829. OLE color: 1385829.

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

Color convert

RGB 101 37 21 -
CMYK 0 0.63 0.79 0.60
HSL 12º 0.66% 0.24% -
HSV(B) 12º 0.79% 0.4% -
XYZ 6.16 4.14 1.18 -
YUV 54.31 109.2 161.3 -
System Red Green Blue C M Y K H S L
Decimal 101 37 21 0 0.63 0.79 0.60 12 0.66 0.24
Hex 65 25 15 0 3F 4F 3C C 42 18
Octal 145 45 25 0 77 117 74 14 102 30
Binary 1100101 100101 10101 0 111111 1001111 111100 1100 1000010 11000

Color Harmonies of #652515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652515

Black with #652515

Text Example


Text Example

White with #652515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652515; }

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

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

background-color css

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

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

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

border-color css

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

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

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