Html Css Color HEX #8C635C Pharlap

📋 copy color: '#8C635C'

red 140 ◦ green 99 ◦ blue 92

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

Shades of Pharlap #8C635C

Tints of Pharlap #8C635C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.91%

 BLUE value IS 92 (36.33% from 255) = 27.79%

R = 42.3%
G = 29.91%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.45

RGB Variations

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

Color information

#8C635C (or 0x8C635C) is known color: Pharlap. HEX triplet: 8C, 63 and 5C. RGB value is (140,99,92). Sum of RGB (Red+Green+Blue) = 140+99+92=331 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.30% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 92 (36.33% from 255 or 27.79% from 331); Max value from RGB is 140 - color contains mainly: red. Hex color #8C635C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C635C is #739CA3. Grayscale: #6E6E6E. Windows color (decimal): -7576740 or 6054796. OLE color: 6054796.

HSL color Cylindrical-coordinate representation of color #8C635C: hue angle of 8.75º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8C635C is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 99 92 -
CMYK 0 0.29 0.34 0.45
HSL 8.75º 0.21% 0.45% -
HSV(B) 8.75º 0.34% 0.55% -
XYZ 17.21 15.27 12.17 -
YUV 110.46 117.58 149.07 -
System Red Green Blue C M Y K H S L
Decimal 140 99 92 0 0.29 0.34 0.45 8.75 0.21 0.45
Hex 8C 63 5C 0 1D 22 2D 9 15 2D
Octal 214 143 134 0 35 42 55 11 25 55
Binary 10001100 1100011 1011100 0 11101 100010 101101 1001 10101 101101

Color Harmonies of #8C635C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C635C

Black with #8C635C

Text Example


Text Example

White with #8C635C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,99,92); }

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

background-color css

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

 a { background-color: rgb(140,99,92); }

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

border-color css

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

 span { border-color: rgb(140,99,92); }

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