Html Css Color HEX #83866F Bitter

📋 copy color: '#83866F'

red 131 ◦ green 134 ◦ blue 111

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

Shades of Bitter #83866F

Tints of Bitter #83866F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.52%

R = 34.84%
G = 35.64%
B = 29.52%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#83866F (or 0x83866F) is known color: Bitter. HEX triplet: 83, 86 and 6F. RGB value is (131,134,111). Sum of RGB (Red+Green+Blue) = 131+134+111=376 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.84% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 111 (43.75% from 255 or 29.52% from 376); Max value from RGB is 134 - color contains mainly: green. Hex color #83866F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83866F is #7C7990. Grayscale: #828282. Windows color (decimal): -8157585 or 7308931. OLE color: 7308931.

HSL color Cylindrical-coordinate representation of color #83866F: hue angle of 67.83º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #83866F is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 131 134 111 -
CMYK 0.02 0 0.17 0.47
HSL 67.83º 0.09% 0.48% -
HSV(B) 67.83º 0.17% 0.53% -
XYZ 20.75 23.02 18.39 -
YUV 130.48 117.01 128.37 -
System Red Green Blue C M Y K H S L
Decimal 131 134 111 0.02 0 0.17 0.47 67.83 0.09 0.48
Hex 83 86 6F 2 0 11 2F 44 9 30
Octal 203 206 157 2 0 21 57 104 11 60
Binary 10000011 10000110 1101111 10 0 10001 101111 1000100 1001 110000

Color Harmonies of #83866F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83866F

Black with #83866F

Text Example


Text Example

White with #83866F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83866F; }

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

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

background-color css

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

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

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

border-color css

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

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

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