Html Css Color HEX #848468 Bitter

📋 copy color: '#848468'

red 132 ◦ green 132 ◦ blue 104

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

Shades of Bitter #848468

Tints of Bitter #848468

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.87%

 BLUE value IS 104 (41.02% from 255) = 28.26%

R = 35.87%
G = 35.87%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#848468 (or 0x848468) is known color: Bitter. HEX triplet: 84, 84 and 68. RGB value is (132,132,104). Sum of RGB (Red+Green+Blue) = 132+132+104=368 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.87% from 368); Green value is 132 (51.95% from 255 or 35.87% from 368); Blue value is 104 (41.02% from 255 or 28.26% from 368); Max value from RGB is 132 - color contains mainly: red, green. Hex color #848468 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848468 is #7B7B97. Grayscale: #808080. Windows color (decimal): -8092568 or 6849668. OLE color: 6849668.

HSL color Cylindrical-coordinate representation of color #848468: hue angle of 60º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #848468 is Cyan = 0, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 132 104 -
CMYK 0 0 0.21 0.48
HSL 60º 0.12% 0.46% -
HSV(B) 60º 0.21% 0.52% -
XYZ 20.27 22.41 16.35 -
YUV 128.81 114 130.28 -
System Red Green Blue C M Y K H S L
Decimal 132 132 104 0 0 0.21 0.48 60 0.12 0.46
Hex 84 84 68 0 0 15 30 3C C 2E
Octal 204 204 150 0 0 25 60 74 14 56
Binary 10000100 10000100 1101000 0 0 10101 110000 111100 1100 101110

Color Harmonies of #848468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848468

Black with #848468

Text Example


Text Example

White with #848468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848468; }

 p { color: rgb(132,132,104); }

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

background-color css

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

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

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

border-color css

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

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

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