Html Css Color HEX #858769 Bitter

📋 copy color: '#858769'

red 133 ◦ green 135 ◦ blue 105

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

Shades of Bitter #858769

Tints of Bitter #858769

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.19%

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

R = 35.66%
G = 36.19%
B = 28.15%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#858769 (or 0x858769) is known color: Bitter. HEX triplet: 85, 87 and 69. RGB value is (133,135,105). Sum of RGB (Red+Green+Blue) = 133+135+105=373 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.66% from 373); Green value is 135 (53.12% from 255 or 36.19% from 373); Blue value is 105 (41.41% from 255 or 28.15% from 373); Max value from RGB is 135 - color contains mainly: green. Hex color #858769 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858769 is #7A7896. Grayscale: #838383. Windows color (decimal): -8026263 or 6915973. OLE color: 6915973.

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

Color convert

RGB 133 135 105 -
CMYK 0.01 0 0.22 0.47
HSL 64º 0.13% 0.47% -
HSV(B) 64º 0.22% 0.53% -
XYZ 20.89 23.33 16.77 -
YUV 130.98 113.34 129.44 -
System Red Green Blue C M Y K H S L
Decimal 133 135 105 0.01 0 0.22 0.47 64 0.13 0.47
Hex 85 87 69 1 0 16 2F 40 C 2F
Octal 205 207 151 1 0 26 57 100 14 57
Binary 10000101 10000111 1101001 1 0 10110 101111 1000000 1100 101111

Color Harmonies of #858769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858769

Black with #858769

Text Example


Text Example

White with #858769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858769; }

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

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

background-color css

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

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

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

border-color css

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

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

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