Html Css Color HEX #858C6C Bitter

📋 copy color: '#858C6C'

red 133 ◦ green 140 ◦ blue 108

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

Shades of Bitter #858C6C

Tints of Bitter #858C6C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.75%

 BLUE value IS 108 (42.58% from 255) = 28.35%

R = 34.91%
G = 36.75%
B = 28.35%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#858C6C (or 0x858C6C) is known color: Bitter. HEX triplet: 85, 8C and 6C. RGB value is (133,140,108). Sum of RGB (Red+Green+Blue) = 133+140+108=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 140 (55.08% from 255 or 36.75% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 140 - color contains mainly: green. Hex color #858C6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858C6C is #7A7393. Grayscale: #868686. Windows color (decimal): -8024980 or 7113861. OLE color: 7113861.

HSL color Cylindrical-coordinate representation of color #858C6C: hue angle of 73.12º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #858C6C is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB 133 140 108 -
CMYK 0.05 0 0.23 0.45
HSL 73.13º 0.13% 0.49% -
HSV(B) 73.13º 0.23% 0.55% -
XYZ 21.76 24.83 17.83 -
YUV 134.26 113.18 127.1 -
System Red Green Blue C M Y K H S L
Decimal 133 140 108 0.05 0 0.23 0.45 73.13 0.13 0.49
Hex 85 8C 6C 5 0 17 2D 49 D 31
Octal 205 214 154 5 0 27 55 111 15 61
Binary 10000101 10001100 1101100 101 0 10111 101101 1001001 1101 110001

Color Harmonies of #858C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858C6C

Black with #858C6C

Text Example


Text Example

White with #858C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,140,108); }

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

background-color css

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

 a { background-color: rgb(133,140,108); }

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

border-color css

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

 span { border-color: rgb(133,140,108); }

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