Html Css Color HEX #858968 Bitter

📋 copy color: '#858968'

red 133 ◦ green 137 ◦ blue 104

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

Shades of Bitter #858968

Tints of Bitter #858968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 27.81%

R = 35.56%
G = 36.63%
B = 27.81%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.24

 K value IS 0.46

RGB Variations

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

Color information

#858968 (or 0x858968) is known color: Bitter. HEX triplet: 85, 89 and 68. RGB value is (133,137,104). Sum of RGB (Red+Green+Blue) = 133+137+104=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 137 (53.91% from 255 or 36.63% from 374); Blue value is 104 (41.02% from 255 or 27.81% from 374); Max value from RGB is 137 - color contains mainly: green. Hex color #858968 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858968 is #7A7697. Grayscale: #848484. Windows color (decimal): -8025752 or 6850949. OLE color: 6850949.

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

Color convert

RGB 133 137 104 -
CMYK 0.03 0 0.24 0.46
HSL 67.27º 0.14% 0.47% -
HSV(B) 67.27º 0.24% 0.54% -
XYZ 21.12 23.88 16.59 -
YUV 132.04 112.17 128.68 -
System Red Green Blue C M Y K H S L
Decimal 133 137 104 0.03 0 0.24 0.46 67.27 0.14 0.47
Hex 85 89 68 3 0 18 2E 43 E 2F
Octal 205 211 150 3 0 30 56 103 16 57
Binary 10000101 10001001 1101000 11 0 11000 101110 1000011 1110 101111

Color Harmonies of #858968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858968

Black with #858968

Text Example


Text Example

White with #858968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858968; }

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

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

background-color css

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

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

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

border-color css

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

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

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