Html Css Color HEX #868763 Bitter

📋 copy color: '#868763'

red 134 ◦ green 135 ◦ blue 99

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

Shades of Bitter #868763

Tints of Bitter #868763

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 26.9%

R = 36.41%
G = 36.68%
B = 26.9%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#868763 (or 0x868763) is known color: Bitter. HEX triplet: 86, 87 and 63. RGB value is (134,135,99). Sum of RGB (Red+Green+Blue) = 134+135+99=368 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.41% from 368); Green value is 135 (53.12% from 255 or 36.68% from 368); Blue value is 99 (39.06% from 255 or 26.90% from 368); Max value from RGB is 135 - color contains mainly: green. Hex color #868763 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868763 is #79789C. Grayscale: #828282. Windows color (decimal): -7960733 or 6522758. OLE color: 6522758.

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

Color convert

RGB 134 135 99 -
CMYK 0.01 0 0.27 0.47
HSL 61.67º 0.15% 0.46% -
HSV(B) 61.67º 0.27% 0.53% -
XYZ 20.75 23.3 15.21 -
YUV 130.6 110.17 130.43 -
System Red Green Blue C M Y K H S L
Decimal 134 135 99 0.01 0 0.27 0.47 61.67 0.15 0.46
Hex 86 87 63 1 0 1B 2F 3E F 2E
Octal 206 207 143 1 0 33 57 76 17 56
Binary 10000110 10000111 1100011 1 0 11011 101111 111110 1111 101110

Color Harmonies of #868763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868763

Black with #868763

Text Example


Text Example

White with #868763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868763; }

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

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

background-color css

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

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

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

border-color css

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

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

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