Html Css Color HEX #838466 Bitter

📋 copy color: '#838466'

red 131 ◦ green 132 ◦ blue 102

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

Shades of Bitter #838466

Tints of Bitter #838466

RGB

 RED value IS 131 (51.56% from 255) = 35.89%

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

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

R = 35.89%
G = 36.16%
B = 27.95%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#838466 (or 0x838466) is known color: Bitter. HEX triplet: 83, 84 and 66. RGB value is (131,132,102). Sum of RGB (Red+Green+Blue) = 131+132+102=365 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.89% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 102 (40.23% from 255 or 27.95% from 365); Max value from RGB is 132 - color contains mainly: green. Hex color #838466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838466 is #7C7B99. Grayscale: #808080. Windows color (decimal): -8158106 or 6718595. OLE color: 6718595.

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

Color convert

RGB 131 132 102 -
CMYK 0.01 0 0.23 0.48
HSL 62º 0.13% 0.46% -
HSV(B) 62º 0.23% 0.52% -
XYZ 20.01 22.29 15.82 -
YUV 128.28 113.17 129.94 -
System Red Green Blue C M Y K H S L
Decimal 131 132 102 0.01 0 0.23 0.48 62 0.13 0.46
Hex 83 84 66 1 0 17 30 3E D 2E
Octal 203 204 146 1 0 27 60 76 15 56
Binary 10000011 10000100 1100110 1 0 10111 110000 111110 1101 101110

Color Harmonies of #838466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838466

Black with #838466

Text Example


Text Example

White with #838466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838466; }

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

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

background-color css

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

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

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

border-color css

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

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

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