Html Css Color HEX #848C67 Bitter

📋 copy color: '#848C67'

red 132 ◦ green 140 ◦ blue 103

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

Shades of Bitter #848C67

Tints of Bitter #848C67

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.33%

 BLUE value IS 103 (40.63% from 255) = 27.47%

R = 35.2%
G = 37.33%
B = 27.47%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.26

 K value IS 0.45

RGB Variations

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

Color information

#848C67 (or 0x848C67) is known color: Bitter. HEX triplet: 84, 8C and 67. RGB value is (132,140,103). Sum of RGB (Red+Green+Blue) = 132+140+103=375 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.2% from 375); Green value is 140 (55.08% from 255 or 37.33% from 375); Blue value is 103 (40.62% from 255 or 27.47% from 375); Max value from RGB is 140 - color contains mainly: green. Hex color #848C67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848C67 is #7B7398. Grayscale: #858585. Windows color (decimal): -8090521 or 6786180. OLE color: 6786180.

HSL color Cylindrical-coordinate representation of color #848C67: hue angle of 72.97º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #848C67 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB 132 140 103 -
CMYK 0.06 0 0.26 0.45
HSL 72.97º 0.15% 0.48% -
HSV(B) 72.97º 0.26% 0.55% -
XYZ 21.34 24.64 16.46 -
YUV 133.39 110.85 127.01 -
System Red Green Blue C M Y K H S L
Decimal 132 140 103 0.06 0 0.26 0.45 72.97 0.15 0.48
Hex 84 8C 67 6 0 1A 2D 49 F 30
Octal 204 214 147 6 0 32 55 111 17 60
Binary 10000100 10001100 1100111 110 0 11010 101101 1001001 1111 110000

Color Harmonies of #848C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848C67

Black with #848C67

Text Example


Text Example

White with #848C67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848C67; }

 p { color: rgb(132,140,103); }

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

background-color css

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

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

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

border-color css

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

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

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