Html Css Color HEX #838761 Bitter

📋 copy color: '#838761'

red 131 ◦ green 135 ◦ blue 97

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

Shades of Bitter #838761

Tints of Bitter #838761

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.19%

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

R = 36.09%
G = 37.19%
B = 26.72%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#838761 (or 0x838761) is known color: Bitter. HEX triplet: 83, 87 and 61. RGB value is (131,135,97). Sum of RGB (Red+Green+Blue) = 131+135+97=363 (48% of max value = 765). Red value is 131 (51.56% from 255 or 36.09% from 363); Green value is 135 (53.12% from 255 or 37.19% from 363); Blue value is 97 (38.28% from 255 or 26.72% from 363); Max value from RGB is 135 - color contains mainly: green. Hex color #838761 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838761 is #7C789E. Grayscale: #818181. Windows color (decimal): -8157343 or 6391683. OLE color: 6391683.

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

Color convert

RGB 131 135 97 -
CMYK 0.03 0 0.28 0.47
HSL 66.32º 0.16% 0.45% -
HSV(B) 66.32º 0.28% 0.53% -
XYZ 20.18 23.02 14.69 -
YUV 129.47 109.67 129.09 -
System Red Green Blue C M Y K H S L
Decimal 131 135 97 0.03 0 0.28 0.47 66.32 0.16 0.45
Hex 83 87 61 3 0 1C 2F 42 10 2D
Octal 203 207 141 3 0 34 57 102 20 55
Binary 10000011 10000111 1100001 11 0 11100 101111 1000010 10000 101101

Color Harmonies of #838761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838761

Black with #838761

Text Example


Text Example

White with #838761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838761; }

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

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

background-color css

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

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

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

border-color css

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

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

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