Html Css Color HEX #838B69 Bitter

📋 copy color: '#838B69'

red 131 ◦ green 139 ◦ blue 105

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

Shades of Bitter #838B69

Tints of Bitter #838B69

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.07%

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

R = 34.93%
G = 37.07%
B = 28%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#838B69 (or 0x838B69) is known color: Bitter. HEX triplet: 83, 8B and 69. RGB value is (131,139,105). Sum of RGB (Red+Green+Blue) = 131+139+105=375 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.93% from 375); Green value is 139 (54.69% from 255 or 37.07% from 375); Blue value is 105 (41.41% from 255 or 28% from 375); Max value from RGB is 139 - color contains mainly: green. Hex color #838B69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838B69 is #7C7496. Grayscale: #848484. Windows color (decimal): -8156311 or 6916995. OLE color: 6916995.

HSL color Cylindrical-coordinate representation of color #838B69: hue angle of 74.12º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #838B69 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB 131 139 105 -
CMYK 0.06 0 0.24 0.45
HSL 74.12º 0.14% 0.48% -
HSV(B) 74.12º 0.24% 0.55% -
XYZ 21.14 24.31 16.94 -
YUV 132.73 112.35 126.76 -
System Red Green Blue C M Y K H S L
Decimal 131 139 105 0.06 0 0.24 0.45 74.12 0.14 0.48
Hex 83 8B 69 6 0 18 2D 4A E 30
Octal 203 213 151 6 0 30 55 112 16 60
Binary 10000011 10001011 1101001 110 0 11000 101101 1001010 1110 110000

Color Harmonies of #838B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838B69

Black with #838B69

Text Example


Text Example

White with #838B69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838B69; }

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

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

background-color css

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

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

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

border-color css

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

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

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