Html Css Color HEX #858C69 Bitter

📋 copy color: '#858C69'

red 133 ◦ green 140 ◦ blue 105

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

Shades of Bitter #858C69

Tints of Bitter #858C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 27.78%

R = 35.19%
G = 37.04%
B = 27.78%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#858C69 (or 0x858C69) is known color: Bitter. HEX triplet: 85, 8C and 69. RGB value is (133,140,105). Sum of RGB (Red+Green+Blue) = 133+140+105=378 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.19% from 378); Green value is 140 (55.08% from 255 or 37.04% from 378); Blue value is 105 (41.41% from 255 or 27.78% from 378); Max value from RGB is 140 - color contains mainly: green. Hex color #858C69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858C69 is #7A7396. Grayscale: #868686. Windows color (decimal): -8024983 or 6917253. OLE color: 6917253.

HSL color Cylindrical-coordinate representation of color #858C69: hue angle of 72º 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 #858C69 is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB 133 140 105 -
CMYK 0.05 0 0.25 0.45
HSL 72º 0.14% 0.48% -
HSV(B) 72º 0.25% 0.55% -
XYZ 21.6 24.76 17.01 -
YUV 133.92 111.68 127.35 -
System Red Green Blue C M Y K H S L
Decimal 133 140 105 0.05 0 0.25 0.45 72 0.14 0.48
Hex 85 8C 69 5 0 19 2D 48 E 30
Octal 205 214 151 5 0 31 55 110 16 60
Binary 10000101 10001100 1101001 101 0 11001 101101 1001000 1110 110000

Color Harmonies of #858C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858C69

Black with #858C69

Text Example


Text Example

White with #858C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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