Html Css Color HEX #838661 Bitter

📋 copy color: '#838661'

red 131 ◦ green 134 ◦ blue 97

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

Shades of Bitter #838661

Tints of Bitter #838661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 26.8%

R = 36.19%
G = 37.02%
B = 26.8%

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

#838661 (or 0x838661) is known color: Bitter. HEX triplet: 83, 86 and 61. RGB value is (131,134,97). Sum of RGB (Red+Green+Blue) = 131+134+97=362 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.19% from 362); Green value is 134 (52.73% from 255 or 37.02% from 362); Blue value is 97 (38.28% from 255 or 26.80% from 362); Max value from RGB is 134 - color contains mainly: green. Hex color #838661 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838661 is #7C799E. Grayscale: #818181. Windows color (decimal): -8157599 or 6391427. OLE color: 6391427.

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

Color convert

RGB 131 134 97 -
CMYK 0.02 0 0.28 0.47
HSL 64.86º 0.16% 0.45% -
HSV(B) 64.86º 0.28% 0.53% -
XYZ 20.04 22.74 14.64 -
YUV 128.89 110.01 129.51 -
System Red Green Blue C M Y K H S L
Decimal 131 134 97 0.02 0 0.28 0.47 64.86 0.16 0.45
Hex 83 86 61 2 0 1C 2F 41 10 2D
Octal 203 206 141 2 0 34 57 101 20 55
Binary 10000011 10000110 1100001 10 0 11100 101111 1000001 10000 101101

Color Harmonies of #838661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838661

Black with #838661

Text Example


Text Example

White with #838661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838661; }

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

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

background-color css

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

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

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

border-color css

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

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

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