Html Css Color HEX #848761 Bitter

📋 copy color: '#848761'

red 132 ◦ green 135 ◦ blue 97

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

Shades of Bitter #848761

Tints of Bitter #848761

RGB

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

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

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

R = 36.26%
G = 37.09%
B = 26.65%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#848761 (or 0x848761) is known color: Bitter. HEX triplet: 84, 87 and 61. RGB value is (132,135,97). Sum of RGB (Red+Green+Blue) = 132+135+97=364 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.26% from 364); Green value is 135 (53.12% from 255 or 37.09% from 364); Blue value is 97 (38.28% from 255 or 26.65% from 364); Max value from RGB is 135 - color contains mainly: green. Hex color #848761 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848761 is #7B789E. Grayscale: #818181. Windows color (decimal): -8091807 or 6391684. OLE color: 6391684.

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

Color convert

RGB 132 135 97 -
CMYK 0.02 0 0.28 0.47
HSL 64.74º 0.16% 0.45% -
HSV(B) 64.74º 0.28% 0.53% -
XYZ 20.34 23.1 14.7 -
YUV 129.77 109.51 129.59 -
System Red Green Blue C M Y K H S L
Decimal 132 135 97 0.02 0 0.28 0.47 64.74 0.16 0.45
Hex 84 87 61 2 0 1C 2F 41 10 2D
Octal 204 207 141 2 0 34 57 101 20 55
Binary 10000100 10000111 1100001 10 0 11100 101111 1000001 10000 101101

Color Harmonies of #848761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848761

Black with #848761

Text Example


Text Example

White with #848761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848761; }

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

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

background-color css

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

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

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

border-color css

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

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

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