Html Css Color HEX #858766 Bitter

📋 copy color: '#858766'

red 133 ◦ green 135 ◦ blue 102

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

Shades of Bitter #858766

Tints of Bitter #858766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 27.57%

R = 35.95%
G = 36.49%
B = 27.57%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#858766 (or 0x858766) is known color: Bitter. HEX triplet: 85, 87 and 66. RGB value is (133,135,102). Sum of RGB (Red+Green+Blue) = 133+135+102=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 135 (53.12% from 255 or 36.49% from 370); Blue value is 102 (40.23% from 255 or 27.57% from 370); Max value from RGB is 135 - color contains mainly: green. Hex color #858766 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858766 is #7A7899. Grayscale: #828282. Windows color (decimal): -8026266 or 6719365. OLE color: 6719365.

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

Color convert

RGB 133 135 102 -
CMYK 0.01 0 0.24 0.47
HSL 63.64º 0.14% 0.46% -
HSV(B) 63.64º 0.24% 0.53% -
XYZ 20.74 23.27 15.97 -
YUV 130.64 111.84 129.68 -
System Red Green Blue C M Y K H S L
Decimal 133 135 102 0.01 0 0.24 0.47 63.64 0.14 0.46
Hex 85 87 66 1 0 18 2F 40 E 2E
Octal 205 207 146 1 0 30 57 100 16 56
Binary 10000101 10000111 1100110 1 0 11000 101111 1000000 1110 101110

Color Harmonies of #858766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858766

Black with #858766

Text Example


Text Example

White with #858766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858766; }

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

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

background-color css

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

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

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

border-color css

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

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

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