Html Css Color HEX #858663 Bitter

📋 copy color: '#858663'

red 133 ◦ green 134 ◦ blue 99

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

Shades of Bitter #858663

Tints of Bitter #858663

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.61%

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

R = 36.34%
G = 36.61%
B = 27.05%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#858663 (or 0x858663) is known color: Bitter. HEX triplet: 85, 86 and 63. RGB value is (133,134,99). Sum of RGB (Red+Green+Blue) = 133+134+99=366 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.34% from 366); Green value is 134 (52.73% from 255 or 36.61% from 366); Blue value is 99 (39.06% from 255 or 27.05% from 366); Max value from RGB is 134 - color contains mainly: green. Hex color #858663 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858663 is #7A799C. Grayscale: #818181. Windows color (decimal): -8026525 or 6522501. OLE color: 6522501.

HSL color Cylindrical-coordinate representation of color #858663: hue angle of 61.71º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #858663 is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB 133 134 99 -
CMYK 0.01 0 0.26 0.47
HSL 61.71º 0.15% 0.46% -
HSV(B) 61.71º 0.26% 0.53% -
XYZ 20.45 22.94 15.15 -
YUV 129.71 110.67 130.35 -
System Red Green Blue C M Y K H S L
Decimal 133 134 99 0.01 0 0.26 0.47 61.71 0.15 0.46
Hex 85 86 63 1 0 1A 2F 3E F 2E
Octal 205 206 143 1 0 32 57 76 17 56
Binary 10000101 10000110 1100011 1 0 11010 101111 111110 1111 101110

Color Harmonies of #858663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858663

Black with #858663

Text Example


Text Example

White with #858663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858663; }

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

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

background-color css

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

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

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

border-color css

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

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

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