Html Css Color HEX #858966 Bitter

📋 copy color: '#858966'

red 133 ◦ green 137 ◦ blue 102

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

Shades of Bitter #858966

Tints of Bitter #858966

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.83%

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

R = 35.75%
G = 36.83%
B = 27.42%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#858966 (or 0x858966) is known color: Bitter. HEX triplet: 85, 89 and 66. RGB value is (133,137,102). Sum of RGB (Red+Green+Blue) = 133+137+102=372 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.75% from 372); Green value is 137 (53.91% from 255 or 36.83% from 372); Blue value is 102 (40.23% from 255 or 27.42% from 372); Max value from RGB is 137 - color contains mainly: green. Hex color #858966 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858966 is #7A7699. Grayscale: #838383. Windows color (decimal): -8025754 or 6719877. OLE color: 6719877.

HSL color Cylindrical-coordinate representation of color #858966: hue angle of 66.86º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #858966 is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB 133 137 102 -
CMYK 0.03 0 0.26 0.46
HSL 66.86º 0.15% 0.47% -
HSV(B) 66.86º 0.26% 0.54% -
XYZ 21.02 23.84 16.06 -
YUV 131.81 111.17 128.85 -
System Red Green Blue C M Y K H S L
Decimal 133 137 102 0.03 0 0.26 0.46 66.86 0.15 0.47
Hex 85 89 66 3 0 1A 2E 43 F 2F
Octal 205 211 146 3 0 32 56 103 17 57
Binary 10000101 10001001 1100110 11 0 11010 101110 1000011 1111 101111

Color Harmonies of #858966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858966

Black with #858966

Text Example


Text Example

White with #858966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858966; }

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

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

background-color css

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

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

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

border-color css

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

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

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