Html Css Color HEX #848766 Bitter

📋 copy color: '#848766'

red 132 ◦ green 135 ◦ blue 102

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

Shades of Bitter #848766

Tints of Bitter #848766

RGB

 RED value IS 132 (51.95% from 255) = 35.77%

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

 BLUE value IS 102 (40.23% from 255) = 27.64%

R = 35.77%
G = 36.59%
B = 27.64%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#848766 (or 0x848766) is known color: Bitter. HEX triplet: 84, 87 and 66. RGB value is (132,135,102). Sum of RGB (Red+Green+Blue) = 132+135+102=369 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.77% from 369); Green value is 135 (53.12% from 255 or 36.59% from 369); Blue value is 102 (40.23% from 255 or 27.64% from 369); Max value from RGB is 135 - color contains mainly: green. Hex color #848766 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848766 is #7B7899. Grayscale: #828282. Windows color (decimal): -8091802 or 6719364. OLE color: 6719364.

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

Color convert

RGB 132 135 102 -
CMYK 0.02 0 0.24 0.47
HSL 65.45º 0.14% 0.46% -
HSV(B) 65.45º 0.24% 0.53% -
XYZ 20.58 23.19 15.96 -
YUV 130.34 112.01 129.18 -
System Red Green Blue C M Y K H S L
Decimal 132 135 102 0.02 0 0.24 0.47 65.45 0.14 0.46
Hex 84 87 66 2 0 18 2F 41 E 2E
Octal 204 207 146 2 0 30 57 101 16 56
Binary 10000100 10000111 1100110 10 0 11000 101111 1000001 1110 101110

Color Harmonies of #848766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848766

Black with #848766

Text Example


Text Example

White with #848766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848766; }

 p { color: rgb(132,135,102); }

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

background-color css

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

 a { background-color: rgb(132,135,102); }

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

border-color css

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

 span { border-color: rgb(132,135,102); }

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