Html Css Color HEX #858965 Bitter

📋 copy color: '#858965'

red 133 ◦ green 137 ◦ blue 101

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

Shades of Bitter #858965

Tints of Bitter #858965

RGB

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

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

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

R = 35.85%
G = 36.93%
B = 27.22%

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

#858965 (or 0x858965) is known color: Bitter. HEX triplet: 85, 89 and 65. RGB value is (133,137,101). Sum of RGB (Red+Green+Blue) = 133+137+101=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 101 (39.84% from 255 or 27.22% from 371); Max value from RGB is 137 - color contains mainly: green. Hex color #858965 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858965 is #7A769A. Grayscale: #838383. Windows color (decimal): -8025755 or 6654341. OLE color: 6654341.

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

Color convert

RGB 133 137 101 -
CMYK 0.03 0 0.26 0.46
HSL 66.67º 0.15% 0.47% -
HSV(B) 66.67º 0.26% 0.54% -
XYZ 20.97 23.82 15.8 -
YUV 131.7 110.67 128.93 -
System Red Green Blue C M Y K H S L
Decimal 133 137 101 0.03 0 0.26 0.46 66.67 0.15 0.47
Hex 85 89 65 3 0 1A 2E 43 F 2F
Octal 205 211 145 3 0 32 56 103 17 57
Binary 10000101 10001001 1100101 11 0 11010 101110 1000011 1111 101111

Color Harmonies of #858965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858965

Black with #858965

Text Example


Text Example

White with #858965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858965; }

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

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

background-color css

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

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

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

border-color css

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

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

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