Html Css Color HEX #838665 Bitter

📋 copy color: '#838665'

red 131 ◦ green 134 ◦ blue 101

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

Shades of Bitter #838665

Tints of Bitter #838665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.6%

R = 35.79%
G = 36.61%
B = 27.6%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#838665 (or 0x838665) is known color: Bitter. HEX triplet: 83, 86 and 65. RGB value is (131,134,101). Sum of RGB (Red+Green+Blue) = 131+134+101=366 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.79% from 366); Green value is 134 (52.73% from 255 or 36.61% from 366); Blue value is 101 (39.84% from 255 or 27.60% from 366); Max value from RGB is 134 - color contains mainly: green. Hex color #838665 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838665 is #7C799A. Grayscale: #818181. Windows color (decimal): -8157595 or 6653571. OLE color: 6653571.

HSL color Cylindrical-coordinate representation of color #838665: hue angle of 65.45º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #838665 is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB 131 134 101 -
CMYK 0.02 0 0.25 0.47
HSL 65.45º 0.14% 0.46% -
HSV(B) 65.45º 0.25% 0.53% -
XYZ 20.23 22.82 15.65 -
YUV 129.34 112.01 129.18 -
System Red Green Blue C M Y K H S L
Decimal 131 134 101 0.02 0 0.25 0.47 65.45 0.14 0.46
Hex 83 86 65 2 0 19 2F 41 E 2E
Octal 203 206 145 2 0 31 57 101 16 56
Binary 10000011 10000110 1100101 10 0 11001 101111 1000001 1110 101110

Color Harmonies of #838665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838665

Black with #838665

Text Example


Text Example

White with #838665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838665; }

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

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

background-color css

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

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

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

border-color css

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

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

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