Html Css Color HEX #858765 Bitter

📋 copy color: '#858765'

red 133 ◦ green 135 ◦ blue 101

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

Shades of Bitter #858765

Tints of Bitter #858765

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.59%

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

R = 36.04%
G = 36.59%
B = 27.37%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#858765 (or 0x858765) is known color: Bitter. HEX triplet: 85, 87 and 65. RGB value is (133,135,101). Sum of RGB (Red+Green+Blue) = 133+135+101=369 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.04% from 369); Green value is 135 (53.12% from 255 or 36.59% from 369); Blue value is 101 (39.84% from 255 or 27.37% from 369); Max value from RGB is 135 - color contains mainly: green. Hex color #858765 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858765 is #7A789A. Grayscale: #828282. Windows color (decimal): -8026267 or 6653829. OLE color: 6653829.

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

Color convert

RGB 133 135 101 -
CMYK 0.01 0 0.25 0.47
HSL 63.53º 0.14% 0.46% -
HSV(B) 63.53º 0.25% 0.53% -
XYZ 20.69 23.25 15.71 -
YUV 130.53 111.34 129.76 -
System Red Green Blue C M Y K H S L
Decimal 133 135 101 0.01 0 0.25 0.47 63.53 0.14 0.46
Hex 85 87 65 1 0 19 2F 40 E 2E
Octal 205 207 145 1 0 31 57 100 16 56
Binary 10000101 10000111 1100101 1 0 11001 101111 1000000 1110 101110

Color Harmonies of #858765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858765

Black with #858765

Text Example


Text Example

White with #858765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858765; }

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

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

background-color css

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

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

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

border-color css

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

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

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