Html Css Color HEX #662317 Caput Mortuum

📋 copy color: '#662317'

red 102 ◦ green 35 ◦ blue 23

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

Shades of Caput Mortuum #662317

Tints of Caput Mortuum #662317

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 14.38%

R = 63.75%
G = 21.88%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.77

 K value IS 0.6

RGB Variations

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

Color information

#662317 (or 0x662317) is known color: Caput Mortuum. HEX triplet: 66, 23 and 17. RGB value is (102,35,23). Sum of RGB (Red+Green+Blue) = 102+35+23=160 (21% of max value = 765). Red value is 102 (40.23% from 255 or 63.75% from 160); Green value is 35 (14.06% from 255 or 21.88% from 160); Blue value is 23 (9.38% from 255 or 14.38% from 160); Max value from RGB is 102 - color contains mainly: red. Hex color #662317 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662317 is #99DCE8. Grayscale: #353535. Windows color (decimal): -10083561 or 1516390. OLE color: 1516390.

HSL color Cylindrical-coordinate representation of color #662317: hue angle of 9.11º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #662317 is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 35 23 -
CMYK 0 0.66 0.77 0.6
HSL 9.11º 0.63% 0.25% -
HSV(B) 9.11º 0.77% 0.4% -
XYZ 6.24 4.09 1.27 -
YUV 53.67 110.7 162.48 -
System Red Green Blue C M Y K H S L
Decimal 102 35 23 0 0.66 0.77 0.6 9.11 0.63 0.25
Hex 66 23 17 0 42 4D 3C 9 3F 19
Octal 146 43 27 0 102 115 74 11 77 31
Binary 1100110 100011 10111 0 1000010 1001101 111100 1001 111111 11001

Color Harmonies of #662317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662317

Black with #662317

Text Example


Text Example

White with #662317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662317; }

 p { color: rgb(102,35,23); }

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

background-color css

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

 a { background-color: rgb(102,35,23); }

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

border-color css

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

 span { border-color: rgb(102,35,23); }

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