Html Css Color HEX #858B68 Bitter

📋 copy color: '#858B68'

red 133 ◦ green 139 ◦ blue 104

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

Shades of Bitter #858B68

Tints of Bitter #858B68

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.97%

 BLUE value IS 104 (41.02% from 255) = 27.66%

R = 35.37%
G = 36.97%
B = 27.66%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#858B68 (or 0x858B68) is known color: Bitter. HEX triplet: 85, 8B and 68. RGB value is (133,139,104). Sum of RGB (Red+Green+Blue) = 133+139+104=376 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.37% from 376); Green value is 139 (54.69% from 255 or 36.97% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 139 - color contains mainly: green. Hex color #858B68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858B68 is #7A7497. Grayscale: #858585. Windows color (decimal): -8025240 or 6851461. OLE color: 6851461.

HSL color Cylindrical-coordinate representation of color #858B68: hue angle of 70.29º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #858B68 is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB 133 139 104 -
CMYK 0.04 0 0.25 0.45
HSL 70.29º 0.14% 0.48% -
HSV(B) 70.29º 0.25% 0.55% -
XYZ 21.4 24.45 16.69 -
YUV 133.22 111.51 127.85 -
System Red Green Blue C M Y K H S L
Decimal 133 139 104 0.04 0 0.25 0.45 70.29 0.14 0.48
Hex 85 8B 68 4 0 19 2D 46 E 30
Octal 205 213 150 4 0 31 55 106 16 60
Binary 10000101 10001011 1101000 100 0 11001 101101 1000110 1110 110000

Color Harmonies of #858B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858B68

Black with #858B68

Text Example


Text Example

White with #858B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858B68; }

 p { color: rgb(133,139,104); }

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

background-color css

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

 a { background-color: rgb(133,139,104); }

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

border-color css

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

 span { border-color: rgb(133,139,104); }

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