Html Css Color HEX #85655E Pharlap

📋 copy color: '#85655E'

red 133 ◦ green 101 ◦ blue 94

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

Shades of Pharlap #85655E

Tints of Pharlap #85655E

RGB

 RED value IS 133 (52.34% from 255) = 40.55%

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

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

R = 40.55%
G = 30.79%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#85655E (or 0x85655E) is known color: Pharlap. HEX triplet: 85, 65 and 5E. RGB value is (133,101,94). Sum of RGB (Red+Green+Blue) = 133+101+94=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 101 (39.84% from 255 or 30.79% from 328); Blue value is 94 (37.11% from 255 or 28.66% from 328); Max value from RGB is 133 - color contains mainly: red. Hex color #85655E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85655E is #7A9AA1. Grayscale: #6D6D6D. Windows color (decimal): -8034978 or 6186373. OLE color: 6186373.

HSL color Cylindrical-coordinate representation of color #85655E: hue angle of 10.77º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #85655E is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 101 94 -
CMYK 0 0.24 0.29 0.48
HSL 10.77º 0.17% 0.45% -
HSV(B) 10.77º 0.29% 0.52% -
XYZ 16.35 15.1 12.64 -
YUV 109.77 119.1 144.57 -
System Red Green Blue C M Y K H S L
Decimal 133 101 94 0 0.24 0.29 0.48 10.77 0.17 0.45
Hex 85 65 5E 0 18 1D 30 B 11 2D
Octal 205 145 136 0 30 35 60 13 21 55
Binary 10000101 1100101 1011110 0 11000 11101 110000 1011 10001 101101

Color Harmonies of #85655E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85655E

Black with #85655E

Text Example


Text Example

White with #85655E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85655E; }

 p { color: rgb(133,101,94); }

 H1.HeaderClassName
 {
   color: #85655E;
 }
 .AnyTagClassName
 {
   color: #85655E;
 }
</style>

background-color css

<style>
 a { background-color: #85655E; }

 a { background-color: rgb(133,101,94); }

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

border-color css

<style>
 span { border-color: #85655E; }

 span { border-color: rgb(133,101,94); }

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