Html Css Color HEX #8A6562 Pharlap

📋 copy color: '#8A6562'

red 138 ◦ green 101 ◦ blue 98

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

Shades of Pharlap #8A6562

Tints of Pharlap #8A6562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 29.08%

R = 40.95%
G = 29.97%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.46

RGB Variations

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

Color information

#8A6562 (or 0x8A6562) is known color: Pharlap. HEX triplet: 8A, 65 and 62. RGB value is (138,101,98). Sum of RGB (Red+Green+Blue) = 138+101+98=337 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.95% from 337); Green value is 101 (39.84% from 255 or 29.97% from 337); Blue value is 98 (38.67% from 255 or 29.08% from 337); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6562 is #759A9D. Grayscale: #6F6F6F. Windows color (decimal): -7707294 or 6448522. OLE color: 6448522.

HSL color Cylindrical-coordinate representation of color #8A6562: hue angle of 4.5º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8A6562 is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 101 98 -
CMYK 0 0.27 0.29 0.46
HSL 4.5º 0.17% 0.46% -
HSV(B) 4.5º 0.29% 0.54% -
XYZ 17.34 15.59 13.65 -
YUV 111.72 120.26 146.74 -
System Red Green Blue C M Y K H S L
Decimal 138 101 98 0 0.27 0.29 0.46 4.5 0.17 0.46
Hex 8A 65 62 0 1B 1D 2E 4 11 2E
Octal 212 145 142 0 33 35 56 4 21 56
Binary 10001010 1100101 1100010 0 11011 11101 101110 100 10001 101110

Color Harmonies of #8A6562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6562

Black with #8A6562

Text Example


Text Example

White with #8A6562

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,101,98); }

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

background-color css

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

 a { background-color: rgb(138,101,98); }

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

border-color css

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

 span { border-color: rgb(138,101,98); }

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