Html Css Color HEX #858B62 Bitter

📋 copy color: '#858B62'

red 133 ◦ green 139 ◦ blue 98

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

Shades of Bitter #858B62

Tints of Bitter #858B62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 26.49%

R = 35.95%
G = 37.57%
B = 26.49%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.29

 K value IS 0.45

RGB Variations

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

Color information

#858B62 (or 0x858B62) is known color: Bitter. HEX triplet: 85, 8B and 62. RGB value is (133,139,98). Sum of RGB (Red+Green+Blue) = 133+139+98=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 139 (54.69% from 255 or 37.57% from 370); Blue value is 98 (38.67% from 255 or 26.49% from 370); Max value from RGB is 139 - color contains mainly: green. Hex color #858B62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858B62 is #7A749D. Grayscale: #848484. Windows color (decimal): -8025246 or 6458245. OLE color: 6458245.

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

Color convert

RGB 133 139 98 -
CMYK 0.04 0 0.29 0.45
HSL 68.78º 0.17% 0.46% -
HSV(B) 68.78º 0.29% 0.55% -
XYZ 21.11 24.33 15.14 -
YUV 132.53 108.51 128.33 -
System Red Green Blue C M Y K H S L
Decimal 133 139 98 0.04 0 0.29 0.45 68.78 0.17 0.46
Hex 85 8B 62 4 0 1D 2D 45 11 2E
Octal 205 213 142 4 0 35 55 105 21 56
Binary 10000101 10001011 1100010 100 0 11101 101101 1000101 10001 101110

Color Harmonies of #858B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858B62

Black with #858B62

Text Example


Text Example

White with #858B62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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