Html Css Color HEX #838669 Bitter

📋 copy color: '#838669'

red 131 ◦ green 134 ◦ blue 105

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

Shades of Bitter #838669

Tints of Bitter #838669

RGB

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

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

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

R = 35.41%
G = 36.22%
B = 28.38%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#838669 (or 0x838669) is known color: Bitter. HEX triplet: 83, 86 and 69. RGB value is (131,134,105). Sum of RGB (Red+Green+Blue) = 131+134+105=370 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.41% from 370); Green value is 134 (52.73% from 255 or 36.22% from 370); Blue value is 105 (41.41% from 255 or 28.38% from 370); Max value from RGB is 134 - color contains mainly: green. Hex color #838669 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838669 is #7C7996. Grayscale: #818181. Windows color (decimal): -8157591 or 6915715. OLE color: 6915715.

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

Color convert

RGB 131 134 105 -
CMYK 0.02 0 0.22 0.47
HSL 66.21º 0.12% 0.47% -
HSV(B) 66.21º 0.22% 0.53% -
XYZ 20.43 22.9 16.71 -
YUV 129.8 114.01 128.86 -
System Red Green Blue C M Y K H S L
Decimal 131 134 105 0.02 0 0.22 0.47 66.21 0.12 0.47
Hex 83 86 69 2 0 16 2F 42 C 2F
Octal 203 206 151 2 0 26 57 102 14 57
Binary 10000011 10000110 1101001 10 0 10110 101111 1000010 1100 101111

Color Harmonies of #838669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838669

Black with #838669

Text Example


Text Example

White with #838669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838669; }

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

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

background-color css

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

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

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

border-color css

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

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

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