Html Css Color HEX #641D06 Caput Mortuum

📋 copy color: '#641D06'

red 100 ◦ green 29 ◦ blue 6

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

Shades of Caput Mortuum #641D06

Tints of Caput Mortuum #641D06

RGB

 RED value IS 100 (39.45% from 255) = 74.07%

 GREEN value IS 29 (11.72% from 255) = 21.48%

 BLUE value IS 6 (2.73% from 255) = 4.44%

R = 74.07%
G = 21.48%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.94

 K value IS 0.61

RGB Variations

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

Color information

#641D06 (or 0x641D06) is known color: Caput Mortuum. HEX triplet: 64, 1D and 06. RGB value is (100,29,6). Sum of RGB (Red+Green+Blue) = 100+29+6=135 (17% of max value = 765). Red value is 100 (39.45% from 255 or 74.07% from 135); Green value is 29 (11.72% from 255 or 21.48% from 135); Blue value is 6 (2.73% from 255 or 4.44% from 135); Max value from RGB is 100 - color contains mainly: red. Hex color #641D06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #641D06 is #9BE2F9. Grayscale: #2F2F2F. Windows color (decimal): -10216186 or 400740. OLE color: 400740.

HSL color Cylindrical-coordinate representation of color #641D06: hue angle of 14.68º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #641D06 is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 29 6 -
CMYK 0 0.71 0.94 0.61
HSL 14.68º 0.89% 0.21% -
HSV(B) 14.68º 0.94% 0.39% -
XYZ 5.73 3.6 0.57 -
YUV 47.61 104.52 165.37 -
System Red Green Blue C M Y K H S L
Decimal 100 29 6 0 0.71 0.94 0.61 14.68 0.89 0.21
Hex 64 1D 6 0 47 5E 3D F 59 15
Octal 144 35 6 0 107 136 75 17 131 25
Binary 1100100 11101 110 0 1000111 1011110 111101 1111 1011001 10101

Color Harmonies of #641D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641D06

Black with #641D06

Text Example


Text Example

White with #641D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641D06; }

 p { color: rgb(100,29,6); }

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

background-color css

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

 a { background-color: rgb(100,29,6); }

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

border-color css

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

 span { border-color: rgb(100,29,6); }

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