Html Css Color HEX #856963 Pharlap

📋 copy color: '#856963'

red 133 ◦ green 105 ◦ blue 99

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

Shades of Pharlap #856963

Tints of Pharlap #856963

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.16%

 BLUE value IS 99 (39.06% from 255) = 29.38%

R = 39.47%
G = 31.16%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#856963 (or 0x856963) is known color: Pharlap. HEX triplet: 85, 69 and 63. RGB value is (133,105,99). Sum of RGB (Red+Green+Blue) = 133+105+99=337 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.47% from 337); Green value is 105 (41.41% from 255 or 31.16% from 337); Blue value is 99 (39.06% from 255 or 29.38% from 337); Max value from RGB is 133 - color contains mainly: red. Hex color #856963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856963 is #7A969C. Grayscale: #707070. Windows color (decimal): -8033949 or 6515077. OLE color: 6515077.

HSL color Cylindrical-coordinate representation of color #856963: hue angle of 10.59º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #856963 is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 105 99 -
CMYK 0 0.21 0.26 0.48
HSL 10.59º 0.15% 0.45% -
HSV(B) 10.59º 0.26% 0.52% -
XYZ 16.98 15.99 14 -
YUV 112.69 120.28 142.49 -
System Red Green Blue C M Y K H S L
Decimal 133 105 99 0 0.21 0.26 0.48 10.59 0.15 0.45
Hex 85 69 63 0 15 1A 30 B F 2D
Octal 205 151 143 0 25 32 60 13 17 55
Binary 10000101 1101001 1100011 0 10101 11010 110000 1011 1111 101101

Color Harmonies of #856963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856963

Black with #856963

Text Example


Text Example

White with #856963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856963; }

 p { color: rgb(133,105,99); }

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

background-color css

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

 a { background-color: rgb(133,105,99); }

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

border-color css

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

 span { border-color: rgb(133,105,99); }

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