Html Css Color HEX #8C6661 Pharlap

📋 copy color: '#8C6661'

red 140 ◦ green 102 ◦ blue 97

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

Shades of Pharlap #8C6661

Tints of Pharlap #8C6661

RGB

 RED value IS 140 (55.08% from 255) = 41.3%

 GREEN value IS 102 (40.23% from 255) = 30.09%

 BLUE value IS 97 (38.28% from 255) = 28.61%

R = 41.3%
G = 30.09%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.31

 K value IS 0.45

RGB Variations

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

Color information

#8C6661 (or 0x8C6661) is known color: Pharlap. HEX triplet: 8C, 66 and 61. RGB value is (140,102,97). Sum of RGB (Red+Green+Blue) = 140+102+97=339 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.30% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 97 (38.28% from 255 or 28.61% from 339); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6661 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6661 is #73999E. Grayscale: #707070. Windows color (decimal): -7575967 or 6383244. OLE color: 6383244.

HSL color Cylindrical-coordinate representation of color #8C6661: hue angle of 6.98º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8C6661 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 102 97 -
CMYK 0 0.27 0.31 0.45
HSL 6.98º 0.18% 0.46% -
HSV(B) 6.98º 0.31% 0.55% -
XYZ 17.72 15.94 13.45 -
YUV 112.79 119.09 147.41 -
System Red Green Blue C M Y K H S L
Decimal 140 102 97 0 0.27 0.31 0.45 6.98 0.18 0.46
Hex 8C 66 61 0 1B 1F 2D 7 12 2E
Octal 214 146 141 0 33 37 55 7 22 56
Binary 10001100 1100110 1100001 0 11011 11111 101101 111 10010 101110

Color Harmonies of #8C6661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6661

Black with #8C6661

Text Example


Text Example

White with #8C6661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C6661; }

 p { color: rgb(140,102,97); }

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

background-color css

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

 a { background-color: rgb(140,102,97); }

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

border-color css

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

 span { border-color: rgb(140,102,97); }

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