Html Css Color HEX #838C69 Bitter

📋 copy color: '#838C69'

red 131 ◦ green 140 ◦ blue 105

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

Shades of Bitter #838C69

Tints of Bitter #838C69

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.23%

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

R = 34.84%
G = 37.23%
B = 27.93%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#838C69 (or 0x838C69) is known color: Bitter. HEX triplet: 83, 8C and 69. RGB value is (131,140,105). Sum of RGB (Red+Green+Blue) = 131+140+105=376 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.84% from 376); Green value is 140 (55.08% from 255 or 37.23% from 376); Blue value is 105 (41.41% from 255 or 27.93% from 376); Max value from RGB is 140 - color contains mainly: green. Hex color #838C69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838C69 is #7C7396. Grayscale: #858585. Windows color (decimal): -8156055 or 6917251. OLE color: 6917251.

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

Color convert

RGB 131 140 105 -
CMYK 0.06 0 0.25 0.45
HSL 75.43º 0.14% 0.48% -
HSV(B) 75.43º 0.25% 0.55% -
XYZ 21.29 24.6 16.99 -
YUV 133.32 112.02 126.35 -
System Red Green Blue C M Y K H S L
Decimal 131 140 105 0.06 0 0.25 0.45 75.43 0.14 0.48
Hex 83 8C 69 6 0 19 2D 4B E 30
Octal 203 214 151 6 0 31 55 113 16 60
Binary 10000011 10001100 1101001 110 0 11001 101101 1001011 1110 110000

Color Harmonies of #838C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838C69

Black with #838C69

Text Example


Text Example

White with #838C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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