Html Css Color HEX #838673 Bitter

📋 copy color: '#838673'

red 131 ◦ green 134 ◦ blue 115

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

Shades of Bitter #838673

Tints of Bitter #838673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.26%

R = 34.47%
G = 35.26%
B = 30.26%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#838673 (or 0x838673) is known color: Bitter. HEX triplet: 83, 86 and 73. RGB value is (131,134,115). Sum of RGB (Red+Green+Blue) = 131+134+115=380 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.47% from 380); Green value is 134 (52.73% from 255 or 35.26% from 380); Blue value is 115 (45.31% from 255 or 30.26% from 380); Max value from RGB is 134 - color contains mainly: green. Hex color #838673 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838673 is #7C798C. Grayscale: #838383. Windows color (decimal): -8157581 or 7571075. OLE color: 7571075.

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

Color convert

RGB 131 134 115 -
CMYK 0.02 0 0.14 0.47
HSL 69.47º 0.08% 0.49% -
HSV(B) 69.47º 0.14% 0.53% -
XYZ 20.98 23.11 19.58 -
YUV 130.94 119.01 128.04 -
System Red Green Blue C M Y K H S L
Decimal 131 134 115 0.02 0 0.14 0.47 69.47 0.08 0.49
Hex 83 86 73 2 0 E 2F 45 8 31
Octal 203 206 163 2 0 16 57 105 10 61
Binary 10000011 10000110 1110011 10 0 1110 101111 1000101 1000 110001

Color Harmonies of #838673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838673

Black with #838673

Text Example


Text Example

White with #838673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838673; }

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

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

background-color css

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

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

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

border-color css

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

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

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