#652B1D

Color #652B1D Caput Mortuum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caput Mortuum #652B1D

Tints of Caput Mortuum #652B1D

Color information

#652B1D (or 0x652B1D) is unknown color: approx Caput Mortuum. HEX triplet: 65, 2B and 1D. RGB value is (101,43,29). Sum of RGB (Red+Green+Blue) = 101+43+29=173 (22% of max value = 765). Red value is 101 (39.84% from 255 or 58.38% from 173); Green value is 43 (17.19% from 255 or 24.86% from 173); Blue value is 29 (11.72% from 255 or 16.76% from 173); Max value from RGB is 101 - color contains mainly: red. Hex color #652B1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652B1D is #9AD4E2. Grayscale: #3A3A3A. Windows color (decimal): -10147043 or 1911653. OLE color: 1911653.

HSL color Cylindrical-coordinate representation of color #652B1D: hue angle of 11.67º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #652B1D is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.60.

Color convert

RGB1014329-
CMYK00.570.710.60
HSL11.67º55.38%25.49%-
HSV(B)11.67º71.29%39.61%-
XYZ6.454.581.71-
YUV58.75111.22158.14-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 58.38%
GREEN value IS 43 (17.19% from 255) = 24.86%
BLUE value IS 29 (11.72% from 255) = 16.76%
R=58.38%
G=24.86%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.71
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101432900.570.710.6011.6755.3825.49
Hex652B1D039473Cc3719
Octal145533507110774146731
Binary11001011010111110101110011000111111100110011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652B1D; }

 p { color: rgb(101,43,29); }

 H1.HeaderClassName
 {
   color: #652B1D;
 }
 .AnyTagClassName
 {
   color: #652B1D;
 }
</style>
background-color css

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

 a { background-color: rgb(101,43,29); }

 div.DivClassName
 {
   background-color: #652B1D;
 }
 .BgClassName
 {
   background-color: #652B1D;
 }
</style>
border-color css

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

 span { border-color: rgb(101,43,29); }

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