Html Css Color HEX #858665 Bitter

📋 copy color: '#858665'

red 133 ◦ green 134 ◦ blue 101

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

Shades of Bitter #858665

Tints of Bitter #858665

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.41%

 BLUE value IS 101 (39.84% from 255) = 27.45%

R = 36.14%
G = 36.41%
B = 27.45%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#858665 (or 0x858665) is known color: Bitter. HEX triplet: 85, 86 and 65. RGB value is (133,134,101). Sum of RGB (Red+Green+Blue) = 133+134+101=368 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.14% from 368); Green value is 134 (52.73% from 255 or 36.41% from 368); Blue value is 101 (39.84% from 255 or 27.45% from 368); Max value from RGB is 134 - color contains mainly: green. Hex color #858665 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858665 is #7A799A. Grayscale: #828282. Windows color (decimal): -8026523 or 6653573. OLE color: 6653573.

HSL color Cylindrical-coordinate representation of color #858665: hue angle of 61.82º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #858665 is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB 133 134 101 -
CMYK 0.01 0 0.25 0.47
HSL 61.82º 0.14% 0.46% -
HSV(B) 61.82º 0.25% 0.53% -
XYZ 20.55 22.98 15.66 -
YUV 129.94 111.67 130.18 -
System Red Green Blue C M Y K H S L
Decimal 133 134 101 0.01 0 0.25 0.47 61.82 0.14 0.46
Hex 85 86 65 1 0 19 2F 3E E 2E
Octal 205 206 145 1 0 31 57 76 16 56
Binary 10000101 10000110 1100101 1 0 11001 101111 111110 1110 101110

Color Harmonies of #858665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858665

Black with #858665

Text Example


Text Example

White with #858665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858665; }

 p { color: rgb(133,134,101); }

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

background-color css

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

 a { background-color: rgb(133,134,101); }

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

border-color css

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

 span { border-color: rgb(133,134,101); }

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