Html Css Color HEX #858865 Bitter

📋 copy color: '#858865'

red 133 ◦ green 136 ◦ blue 101

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

Shades of Bitter #858865

Tints of Bitter #858865

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.76%

 BLUE value IS 101 (39.84% from 255) = 27.3%

R = 35.95%
G = 36.76%
B = 27.3%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#858865 (or 0x858865) is known color: Bitter. HEX triplet: 85, 88 and 65. RGB value is (133,136,101). Sum of RGB (Red+Green+Blue) = 133+136+101=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 136 (53.52% from 255 or 36.76% from 370); Blue value is 101 (39.84% from 255 or 27.30% from 370); Max value from RGB is 136 - color contains mainly: green. Hex color #858865 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858865 is #7A779A. Grayscale: #838383. Windows color (decimal): -8026011 or 6654085. OLE color: 6654085.

HSL color Cylindrical-coordinate representation of color #858865: hue angle of 65.14º 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 #858865 is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB 133 136 101 -
CMYK 0.02 0 0.26 0.47
HSL 65.14º 0.15% 0.46% -
HSV(B) 65.14º 0.26% 0.53% -
XYZ 20.83 23.53 15.76 -
YUV 131.11 111.01 129.35 -
System Red Green Blue C M Y K H S L
Decimal 133 136 101 0.02 0 0.26 0.47 65.14 0.15 0.46
Hex 85 88 65 2 0 1A 2F 41 F 2E
Octal 205 210 145 2 0 32 57 101 17 56
Binary 10000101 10001000 1100101 10 0 11010 101111 1000001 1111 101110

Color Harmonies of #858865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858865

Black with #858865

Text Example


Text Example

White with #858865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858865; }

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

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

background-color css

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

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

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

border-color css

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

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

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