Html Css Color HEX #661F09 Caput Mortuum

📋 copy color: '#661F09'

red 102 ◦ green 31 ◦ blue 9

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

Shades of Caput Mortuum #661F09

Tints of Caput Mortuum #661F09

RGB

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

 GREEN value IS 31 (12.5% from 255) = 21.83%

 BLUE value IS 9 (3.91% from 255) = 6.34%

R = 71.83%
G = 21.83%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.91

 K value IS 0.6

RGB Variations

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

Color information

#661F09 (or 0x661F09) is known color: Caput Mortuum. HEX triplet: 66, 1F and 09. RGB value is (102,31,9). Sum of RGB (Red+Green+Blue) = 102+31+9=142 (18% of max value = 765). Red value is 102 (40.23% from 255 or 71.83% from 142); Green value is 31 (12.5% from 255 or 21.83% from 142); Blue value is 9 (3.91% from 255 or 6.34% from 142); Max value from RGB is 102 - color contains mainly: red. Hex color #661F09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661F09 is #99E0F6. Grayscale: #313131. Windows color (decimal): -10084599 or 597862. OLE color: 597862.

HSL color Cylindrical-coordinate representation of color #661F09: hue angle of 14.19º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #661F09 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 31 9 -
CMYK 0 0.70 0.91 0.6
HSL 14.19º 0.84% 0.22% -
HSV(B) 14.19º 0.91% 0.4% -
XYZ 6.02 3.82 0.68 -
YUV 49.72 105.02 165.29 -
System Red Green Blue C M Y K H S L
Decimal 102 31 9 0 0.70 0.91 0.6 14.19 0.84 0.22
Hex 66 1F 9 0 46 5B 3C E 54 16
Octal 146 37 11 0 106 133 74 16 124 26
Binary 1100110 11111 1001 0 1000110 1011011 111100 1110 1010100 10110

Color Harmonies of #661F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661F09

Black with #661F09

Text Example


Text Example

White with #661F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661F09; }

 p { color: rgb(102,31,9); }

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

background-color css

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

 a { background-color: rgb(102,31,9); }

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

border-color css

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

 span { border-color: rgb(102,31,9); }

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