Html Css Color HEX #868A61 Bitter

📋 copy color: '#868A61'

red 134 ◦ green 138 ◦ blue 97

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

Shades of Bitter #868A61

Tints of Bitter #868A61

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.4%

 BLUE value IS 97 (38.28% from 255) = 26.29%

R = 36.31%
G = 37.4%
B = 26.29%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.30

 K value IS 0.46

RGB Variations

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

Color information

#868A61 (or 0x868A61) is known color: Bitter. HEX triplet: 86, 8A and 61. RGB value is (134,138,97). Sum of RGB (Red+Green+Blue) = 134+138+97=369 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.31% from 369); Green value is 138 (54.30% from 255 or 37.40% from 369); Blue value is 97 (38.28% from 255 or 26.29% from 369); Max value from RGB is 138 - color contains mainly: green. Hex color #868A61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868A61 is #79759E. Grayscale: #848484. Windows color (decimal): -7959967 or 6392454. OLE color: 6392454.

HSL color Cylindrical-coordinate representation of color #868A61: hue angle of 65.85º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #868A61 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB 134 138 97 -
CMYK 0.03 0 0.30 0.46
HSL 65.85º 0.17% 0.46% -
HSV(B) 65.85º 0.3% 0.54% -
XYZ 21.08 24.11 14.85 -
YUV 132.13 108.17 129.33 -
System Red Green Blue C M Y K H S L
Decimal 134 138 97 0.03 0 0.30 0.46 65.85 0.17 0.46
Hex 86 8A 61 3 0 1E 2E 42 11 2E
Octal 206 212 141 3 0 36 56 102 21 56
Binary 10000110 10001010 1100001 11 0 11110 101110 1000010 10001 101110

Color Harmonies of #868A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868A61

Black with #868A61

Text Example


Text Example

White with #868A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868A61; }

 p { color: rgb(134,138,97); }

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

background-color css

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

 a { background-color: rgb(134,138,97); }

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

border-color css

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

 span { border-color: rgb(134,138,97); }

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