Html Css Color HEX #868765 Bitter

📋 copy color: '#868765'

red 134 ◦ green 135 ◦ blue 101

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

Shades of Bitter #868765

Tints of Bitter #868765

RGB

 RED value IS 134 (52.73% from 255) = 36.22%

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

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

R = 36.22%
G = 36.49%
B = 27.3%

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

#868765 (or 0x868765) is known color: Bitter. HEX triplet: 86, 87 and 65. RGB value is (134,135,101). Sum of RGB (Red+Green+Blue) = 134+135+101=370 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.22% from 370); Green value is 135 (53.12% from 255 or 36.49% from 370); Blue value is 101 (39.84% from 255 or 27.30% from 370); Max value from RGB is 135 - color contains mainly: green. Hex color #868765 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868765 is #79789A. Grayscale: #828282. Windows color (decimal): -7960731 or 6653830. OLE color: 6653830.

HSL color Cylindrical-coordinate representation of color #868765: hue angle of 61.76º 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 #868765 is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 135 101 -
CMYK 0.01 0 0.25 0.47
HSL 61.76º 0.14% 0.46% -
HSV(B) 61.76º 0.25% 0.53% -
XYZ 20.84 23.34 15.72 -
YUV 130.83 111.17 130.26 -
System Red Green Blue C M Y K H S L
Decimal 134 135 101 0.01 0 0.25 0.47 61.76 0.14 0.46
Hex 86 87 65 1 0 19 2F 3E E 2E
Octal 206 207 145 1 0 31 57 76 16 56
Binary 10000110 10000111 1100101 1 0 11001 101111 111110 1110 101110

Color Harmonies of #868765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868765

Black with #868765

Text Example


Text Example

White with #868765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868765; }

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

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

background-color css

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

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

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

border-color css

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

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

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