Html Css Color HEX #8A645B Pharlap

📋 copy color: '#8A645B'

red 138 ◦ green 100 ◦ blue 91

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

Shades of Pharlap #8A645B

Tints of Pharlap #8A645B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.66%

R = 41.95%
G = 30.4%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.34

 K value IS 0.46

RGB Variations

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

Color information

#8A645B (or 0x8A645B) is known color: Pharlap. HEX triplet: 8A, 64 and 5B. RGB value is (138,100,91). Sum of RGB (Red+Green+Blue) = 138+100+91=329 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.95% from 329); Green value is 100 (39.45% from 255 or 30.40% from 329); Blue value is 91 (35.94% from 255 or 27.66% from 329); Max value from RGB is 138 - color contains mainly: red. Hex color #8A645B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A645B is #759BA4. Grayscale: #6E6E6E. Windows color (decimal): -7707557 or 5989514. OLE color: 5989514.

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

Color convert

RGB 138 100 91 -
CMYK 0 0.28 0.34 0.46
HSL 11.49º 0.21% 0.45% -
HSV(B) 11.49º 0.34% 0.54% -
XYZ 16.93 15.27 11.95 -
YUV 110.34 117.09 147.73 -
System Red Green Blue C M Y K H S L
Decimal 138 100 91 0 0.28 0.34 0.46 11.49 0.21 0.45
Hex 8A 64 5B 0 1C 22 2E B 15 2D
Octal 212 144 133 0 34 42 56 13 25 55
Binary 10001010 1100100 1011011 0 11100 100010 101110 1011 10101 101101

Color Harmonies of #8A645B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A645B

Black with #8A645B

Text Example


Text Example

White with #8A645B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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