Html Css Color HEX #662310 Caput Mortuum

📋 copy color: '#662310'

red 102 ◦ green 35 ◦ blue 16

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

Shades of Caput Mortuum #662310

Tints of Caput Mortuum #662310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 10.46%

R = 66.67%
G = 22.88%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.84

 K value IS 0.6

RGB Variations

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

Color information

#662310 (or 0x662310) is known color: Caput Mortuum. HEX triplet: 66, 23 and 10. RGB value is (102,35,16). Sum of RGB (Red+Green+Blue) = 102+35+16=153 (20% of max value = 765). Red value is 102 (40.23% from 255 or 66.67% from 153); Green value is 35 (14.06% from 255 or 22.88% from 153); Blue value is 16 (6.64% from 255 or 10.46% from 153); Max value from RGB is 102 - color contains mainly: red. Hex color #662310 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662310 is #99DCEF. Grayscale: #353535. Windows color (decimal): -10083568 or 1057638. OLE color: 1057638.

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

Color convert

RGB 102 35 16 -
CMYK 0 0.66 0.84 0.6
HSL 13.26º 0.73% 0.23% -
HSV(B) 13.26º 0.84% 0.4% -
XYZ 6.17 4.06 0.95 -
YUV 52.87 107.2 163.04 -
System Red Green Blue C M Y K H S L
Decimal 102 35 16 0 0.66 0.84 0.6 13.26 0.73 0.23
Hex 66 23 10 0 42 54 3C D 49 17
Octal 146 43 20 0 102 124 74 15 111 27
Binary 1100110 100011 10000 0 1000010 1010100 111100 1101 1001001 10111

Color Harmonies of #662310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662310

Black with #662310

Text Example


Text Example

White with #662310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662310; }

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

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

background-color css

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

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

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

border-color css

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

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

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