Html Css Color HEX #8C655E Pharlap

📋 copy color: '#8C655E'

red 140 ◦ green 101 ◦ blue 94

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

Shades of Pharlap #8C655E

Tints of Pharlap #8C655E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.15%

 BLUE value IS 94 (37.11% from 255) = 28.06%

R = 41.79%
G = 30.15%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.45

RGB Variations

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

Color information

#8C655E (or 0x8C655E) is known color: Pharlap. HEX triplet: 8C, 65 and 5E. RGB value is (140,101,94). Sum of RGB (Red+Green+Blue) = 140+101+94=335 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.79% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 94 (37.11% from 255 or 28.06% from 335); Max value from RGB is 140 - color contains mainly: red. Hex color #8C655E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C655E is #739AA1. Grayscale: #6F6F6F. Windows color (decimal): -7576226 or 6186380. OLE color: 6186380.

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

Color convert

RGB 140 101 94 -
CMYK 0 0.28 0.33 0.45
HSL 9.13º 0.2% 0.46% -
HSV(B) 9.13º 0.33% 0.55% -
XYZ 17.49 15.69 12.7 -
YUV 111.86 117.92 148.07 -
System Red Green Blue C M Y K H S L
Decimal 140 101 94 0 0.28 0.33 0.45 9.13 0.2 0.46
Hex 8C 65 5E 0 1C 21 2D 9 14 2E
Octal 214 145 136 0 34 41 55 11 24 56
Binary 10001100 1100101 1011110 0 11100 100001 101101 1001 10100 101110

Color Harmonies of #8C655E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C655E

Black with #8C655E

Text Example


Text Example

White with #8C655E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,101,94); }

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

background-color css

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

 a { background-color: rgb(140,101,94); }

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

border-color css

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

 span { border-color: rgb(140,101,94); }

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