Html Css Color HEX #86605A Pharlap

📋 copy color: '#86605A'

red 134 ◦ green 96 ◦ blue 90

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

Shades of Pharlap #86605A

Tints of Pharlap #86605A

RGB

 RED value IS 134 (52.73% from 255) = 41.88%

 GREEN value IS 96 (37.89% from 255) = 30%

 BLUE value IS 90 (35.55% from 255) = 28.13%

R = 41.88%
G = 30%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#86605A (or 0x86605A) is known color: Pharlap. HEX triplet: 86, 60 and 5A. RGB value is (134,96,90). Sum of RGB (Red+Green+Blue) = 134+96+90=320 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.88% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 90 (35.55% from 255 or 28.12% from 320); Max value from RGB is 134 - color contains mainly: red. Hex color #86605A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86605A is #799FA5. Grayscale: #6A6A6A. Windows color (decimal): -7970726 or 5922950. OLE color: 5922950.

HSL color Cylindrical-coordinate representation of color #86605A: hue angle of 8.18º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #86605A is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 96 90 -
CMYK 0 0.28 0.33 0.47
HSL 8.18º 0.2% 0.44% -
HSV(B) 8.18º 0.33% 0.53% -
XYZ 15.86 14.17 11.57 -
YUV 106.68 118.59 147.49 -
System Red Green Blue C M Y K H S L
Decimal 134 96 90 0 0.28 0.33 0.47 8.18 0.2 0.44
Hex 86 60 5A 0 1C 21 2F 8 14 2C
Octal 206 140 132 0 34 41 57 10 24 54
Binary 10000110 1100000 1011010 0 11100 100001 101111 1000 10100 101100

Color Harmonies of #86605A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86605A

Black with #86605A

Text Example


Text Example

White with #86605A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86605A; }

 p { color: rgb(134,96,90); }

 H1.HeaderClassName
 {
   color: #86605A;
 }
 .AnyTagClassName
 {
   color: #86605A;
 }
</style>

background-color css

<style>
 a { background-color: #86605A; }

 a { background-color: rgb(134,96,90); }

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

border-color css

<style>
 span { border-color: #86605A; }

 span { border-color: rgb(134,96,90); }

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