Html Css Color HEX #858A66 Bitter

📋 copy color: '#858A66'

red 133 ◦ green 138 ◦ blue 102

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

Shades of Bitter #858A66

Tints of Bitter #858A66

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37%

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

R = 35.66%
G = 37%
B = 27.35%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#858A66 (or 0x858A66) is known color: Bitter. HEX triplet: 85, 8A and 66. RGB value is (133,138,102). Sum of RGB (Red+Green+Blue) = 133+138+102=373 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.66% from 373); Green value is 138 (54.30% from 255 or 37.00% from 373); Blue value is 102 (40.23% from 255 or 27.35% from 373); Max value from RGB is 138 - color contains mainly: green. Hex color #858A66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858A66 is #7A7599. Grayscale: #848484. Windows color (decimal): -8025498 or 6720133. OLE color: 6720133.

HSL color Cylindrical-coordinate representation of color #858A66: hue angle of 68.33º 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 #858A66 is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB 133 138 102 -
CMYK 0.04 0 0.26 0.46
HSL 68.33º 0.15% 0.47% -
HSV(B) 68.33º 0.26% 0.54% -
XYZ 21.16 24.12 16.11 -
YUV 132.4 110.84 128.43 -
System Red Green Blue C M Y K H S L
Decimal 133 138 102 0.04 0 0.26 0.46 68.33 0.15 0.47
Hex 85 8A 66 4 0 1A 2E 44 F 2F
Octal 205 212 146 4 0 32 56 104 17 57
Binary 10000101 10001010 1100110 100 0 11010 101110 1000100 1111 101111

Color Harmonies of #858A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858A66

Black with #858A66

Text Example


Text Example

White with #858A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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