Html Css Color HEX #85665F Pharlap

📋 copy color: '#85665F'

red 133 ◦ green 102 ◦ blue 95

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

Shades of Pharlap #85665F

Tints of Pharlap #85665F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.91%

 BLUE value IS 95 (37.5% from 255) = 28.79%

R = 40.3%
G = 30.91%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#85665F (or 0x85665F) is known color: Pharlap. HEX triplet: 85, 66 and 5F. RGB value is (133,102,95). Sum of RGB (Red+Green+Blue) = 133+102+95=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 102 (40.23% from 255 or 30.91% from 330); Blue value is 95 (37.5% from 255 or 28.79% from 330); Max value from RGB is 133 - color contains mainly: red. Hex color #85665F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85665F is #7A99A0. Grayscale: #6E6E6E. Windows color (decimal): -8034721 or 6252165. OLE color: 6252165.

HSL color Cylindrical-coordinate representation of color #85665F: hue angle of 11.05º 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 #85665F is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 102 95 -
CMYK 0 0.23 0.29 0.48
HSL 11.05º 0.17% 0.45% -
HSV(B) 11.05º 0.29% 0.52% -
XYZ 16.49 15.32 12.91 -
YUV 110.47 119.27 144.07 -
System Red Green Blue C M Y K H S L
Decimal 133 102 95 0 0.23 0.29 0.48 11.05 0.17 0.45
Hex 85 66 5F 0 17 1D 30 B 11 2D
Octal 205 146 137 0 27 35 60 13 21 55
Binary 10000101 1100110 1011111 0 10111 11101 110000 1011 10001 101101

Color Harmonies of #85665F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85665F

Black with #85665F

Text Example


Text Example

White with #85665F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85665F; }

 p { color: rgb(133,102,95); }

 H1.HeaderClassName
 {
   color: #85665F;
 }
 .AnyTagClassName
 {
   color: #85665F;
 }
</style>

background-color css

<style>
 a { background-color: #85665F; }

 a { background-color: rgb(133,102,95); }

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

border-color css

<style>
 span { border-color: #85665F; }

 span { border-color: rgb(133,102,95); }

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