Html Css Color HEX #652315 Caput Mortuum

📋 copy color: '#652315'

red 101 ◦ green 35 ◦ blue 21

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

Shades of Caput Mortuum #652315

Tints of Caput Mortuum #652315

RGB

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

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

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

R = 64.33%
G = 22.29%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.79

 K value IS 0.60

RGB Variations

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

Color information

#652315 (or 0x652315) is known color: Caput Mortuum. HEX triplet: 65, 23 and 15. RGB value is (101,35,21). Sum of RGB (Red+Green+Blue) = 101+35+21=157 (20% of max value = 765). Red value is 101 (39.84% from 255 or 64.33% from 157); Green value is 35 (14.06% from 255 or 22.29% from 157); Blue value is 21 (8.59% from 255 or 13.38% from 157); Max value from RGB is 101 - color contains mainly: red. Hex color #652315 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652315 is #9ADCEA. Grayscale: #353535. Windows color (decimal): -10149099 or 1385317. OLE color: 1385317.

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

Color convert

RGB 101 35 21 -
CMYK 0 0.65 0.79 0.60
HSL 10.5º 0.66% 0.24% -
HSV(B) 10.5º 0.79% 0.4% -
XYZ 6.1 4.02 1.16 -
YUV 53.14 109.87 162.14 -
System Red Green Blue C M Y K H S L
Decimal 101 35 21 0 0.65 0.79 0.60 10.5 0.66 0.24
Hex 65 23 15 0 41 4F 3C A 42 18
Octal 145 43 25 0 101 117 74 12 102 30
Binary 1100101 100011 10101 0 1000001 1001111 111100 1010 1000010 11000

Color Harmonies of #652315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652315

Black with #652315

Text Example


Text Example

White with #652315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652315; }

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

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

background-color css

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

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

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

border-color css

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

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

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