Html Css Color HEX #838869 Bitter

📋 copy color: '#838869'

red 131 ◦ green 136 ◦ blue 105

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

Shades of Bitter #838869

Tints of Bitter #838869

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.56%

 BLUE value IS 105 (41.41% from 255) = 28.23%

R = 35.22%
G = 36.56%
B = 28.23%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#838869 (or 0x838869) is known color: Bitter. HEX triplet: 83, 88 and 69. RGB value is (131,136,105). Sum of RGB (Red+Green+Blue) = 131+136+105=372 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.22% from 372); Green value is 136 (53.52% from 255 or 36.56% from 372); Blue value is 105 (41.41% from 255 or 28.23% from 372); Max value from RGB is 136 - color contains mainly: green. Hex color #838869 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838869 is #7C7796. Grayscale: #838383. Windows color (decimal): -8157079 or 6916227. OLE color: 6916227.

HSL color Cylindrical-coordinate representation of color #838869: hue angle of 69.68º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #838869 is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB 131 136 105 -
CMYK 0.04 0 0.23 0.47
HSL 69.68º 0.13% 0.47% -
HSV(B) 69.68º 0.23% 0.53% -
XYZ 20.71 23.45 16.8 -
YUV 130.97 113.34 128.02 -
System Red Green Blue C M Y K H S L
Decimal 131 136 105 0.04 0 0.23 0.47 69.68 0.13 0.47
Hex 83 88 69 4 0 17 2F 46 D 2F
Octal 203 210 151 4 0 27 57 106 15 57
Binary 10000011 10001000 1101001 100 0 10111 101111 1000110 1101 101111

Color Harmonies of #838869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838869

Black with #838869

Text Example


Text Example

White with #838869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838869; }

 p { color: rgb(131,136,105); }

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

background-color css

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

 a { background-color: rgb(131,136,105); }

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

border-color css

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

 span { border-color: rgb(131,136,105); }

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