Html Css Color HEX #838769 Bitter

📋 copy color: '#838769'

red 131 ◦ green 135 ◦ blue 105

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

Shades of Bitter #838769

Tints of Bitter #838769

RGB

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

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

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

R = 35.31%
G = 36.39%
B = 28.3%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#838769 (or 0x838769) is known color: Bitter. HEX triplet: 83, 87 and 69. RGB value is (131,135,105). Sum of RGB (Red+Green+Blue) = 131+135+105=371 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.31% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 105 (41.41% from 255 or 28.30% from 371); Max value from RGB is 135 - color contains mainly: green. Hex color #838769 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838769 is #7C7896. Grayscale: #828282. Windows color (decimal): -8157335 or 6915971. OLE color: 6915971.

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

Color convert

RGB 131 135 105 -
CMYK 0.03 0 0.22 0.47
HSL 68º 0.13% 0.47% -
HSV(B) 68º 0.22% 0.53% -
XYZ 20.57 23.17 16.75 -
YUV 130.38 113.67 128.44 -
System Red Green Blue C M Y K H S L
Decimal 131 135 105 0.03 0 0.22 0.47 68 0.13 0.47
Hex 83 87 69 3 0 16 2F 44 C 2F
Octal 203 207 151 3 0 26 57 104 14 57
Binary 10000011 10000111 1101001 11 0 10110 101111 1000100 1100 101111

Color Harmonies of #838769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838769

Black with #838769

Text Example


Text Example

White with #838769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838769; }

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

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

background-color css

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

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

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

border-color css

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

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

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