Html Css Color HEX #838566 Bitter

📋 copy color: '#838566'

red 131 ◦ green 133 ◦ blue 102

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

Shades of Bitter #838566

Tints of Bitter #838566

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.34%

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

R = 35.79%
G = 36.34%
B = 27.87%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#838566 (or 0x838566) is known color: Bitter. HEX triplet: 83, 85 and 66. RGB value is (131,133,102). Sum of RGB (Red+Green+Blue) = 131+133+102=366 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.79% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 102 (40.23% from 255 or 27.87% from 366); Max value from RGB is 133 - color contains mainly: green. Hex color #838566 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838566 is #7C7A99. Grayscale: #808080. Windows color (decimal): -8157850 or 6718851. OLE color: 6718851.

HSL color Cylindrical-coordinate representation of color #838566: hue angle of 63.87º 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 #838566 is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 131 133 102 -
CMYK 0.02 0 0.23 0.48
HSL 63.87º 0.13% 0.46% -
HSV(B) 63.87º 0.23% 0.52% -
XYZ 20.15 22.56 15.86 -
YUV 128.87 112.84 129.52 -
System Red Green Blue C M Y K H S L
Decimal 131 133 102 0.02 0 0.23 0.48 63.87 0.13 0.46
Hex 83 85 66 2 0 17 30 40 D 2E
Octal 203 205 146 2 0 27 60 100 15 56
Binary 10000011 10000101 1100110 10 0 10111 110000 1000000 1101 101110

Color Harmonies of #838566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838566

Black with #838566

Text Example


Text Example

White with #838566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838566; }

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

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

background-color css

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

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

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

border-color css

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

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

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