Html Css Color HEX #8A645E Pharlap

📋 copy color: '#8A645E'

red 138 ◦ green 100 ◦ blue 94

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

Shades of Pharlap #8A645E

Tints of Pharlap #8A645E

RGB

 RED value IS 138 (54.3% from 255) = 41.57%

 GREEN value IS 100 (39.45% from 255) = 30.12%

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

R = 41.57%
G = 30.12%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.46

RGB Variations

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

Color information

#8A645E (or 0x8A645E) is known color: Pharlap. HEX triplet: 8A, 64 and 5E. RGB value is (138,100,94). Sum of RGB (Red+Green+Blue) = 138+100+94=332 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.57% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 138 - color contains mainly: red. Hex color #8A645E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A645E is #759BA1. Grayscale: #6E6E6E. Windows color (decimal): -7707554 or 6186122. OLE color: 6186122.

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

Color convert

RGB 138 100 94 -
CMYK 0 0.28 0.32 0.46
HSL 8.18º 0.19% 0.45% -
HSV(B) 8.18º 0.32% 0.54% -
XYZ 17.06 15.33 12.65 -
YUV 110.68 118.59 147.49 -
System Red Green Blue C M Y K H S L
Decimal 138 100 94 0 0.28 0.32 0.46 8.18 0.19 0.45
Hex 8A 64 5E 0 1C 20 2E 8 13 2D
Octal 212 144 136 0 34 40 56 10 23 55
Binary 10001010 1100100 1011110 0 11100 100000 101110 1000 10011 101101

Color Harmonies of #8A645E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A645E

Black with #8A645E

Text Example


Text Example

White with #8A645E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,100,94); }

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

background-color css

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

 a { background-color: rgb(138,100,94); }

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

border-color css

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

 span { border-color: rgb(138,100,94); }

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