Html Css Color HEX #838660 Bitter

📋 copy color: '#838660'

red 131 ◦ green 134 ◦ blue 96

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

Shades of Bitter #838660

Tints of Bitter #838660

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.12%

 BLUE value IS 96 (37.89% from 255) = 26.59%

R = 36.29%
G = 37.12%
B = 26.59%

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

#838660 (or 0x838660) is known color: Bitter. HEX triplet: 83, 86 and 60. RGB value is (131,134,96). Sum of RGB (Red+Green+Blue) = 131+134+96=361 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.29% from 361); Green value is 134 (52.73% from 255 or 37.12% from 361); Blue value is 96 (37.89% from 255 or 26.59% from 361); Max value from RGB is 134 - color contains mainly: green. Hex color #838660 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838660 is #7C799F. Grayscale: #808080. Windows color (decimal): -8157600 or 6325891. OLE color: 6325891.

HSL color Cylindrical-coordinate representation of color #838660: hue angle of 64.74º degrees, saturation: 0.17, 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 #838660 is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB 131 134 96 -
CMYK 0.02 0 0.28 0.47
HSL 64.74º 0.17% 0.45% -
HSV(B) 64.74º 0.28% 0.53% -
XYZ 20 22.72 14.4 -
YUV 128.77 109.51 129.59 -
System Red Green Blue C M Y K H S L
Decimal 131 134 96 0.02 0 0.28 0.47 64.74 0.17 0.45
Hex 83 86 60 2 0 1C 2F 41 11 2D
Octal 203 206 140 2 0 34 57 101 21 55
Binary 10000011 10000110 1100000 10 0 11100 101111 1000001 10001 101101

Color Harmonies of #838660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838660

Black with #838660

Text Example


Text Example

White with #838660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838660; }

 p { color: rgb(131,134,96); }

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

background-color css

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

 a { background-color: rgb(131,134,96); }

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

border-color css

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

 span { border-color: rgb(131,134,96); }

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