Html Css Color HEX #838668 Bitter

📋 copy color: '#838668'

red 131 ◦ green 134 ◦ blue 104

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

Shades of Bitter #838668

Tints of Bitter #838668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.18%

R = 35.5%
G = 36.31%
B = 28.18%

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

#838668 (or 0x838668) is known color: Bitter. HEX triplet: 83, 86 and 68. RGB value is (131,134,104). Sum of RGB (Red+Green+Blue) = 131+134+104=369 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.50% from 369); Green value is 134 (52.73% from 255 or 36.31% from 369); Blue value is 104 (41.02% from 255 or 28.18% from 369); Max value from RGB is 134 - color contains mainly: green. Hex color #838668 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838668 is #7C7997. Grayscale: #818181. Windows color (decimal): -8157592 or 6850179. OLE color: 6850179.

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

Color convert

RGB 131 134 104 -
CMYK 0.02 0 0.22 0.47
HSL 66º 0.13% 0.47% -
HSV(B) 66º 0.22% 0.53% -
XYZ 20.38 22.87 16.44 -
YUV 129.68 113.51 128.94 -
System Red Green Blue C M Y K H S L
Decimal 131 134 104 0.02 0 0.22 0.47 66 0.13 0.47
Hex 83 86 68 2 0 16 2F 42 D 2F
Octal 203 206 150 2 0 26 57 102 15 57
Binary 10000011 10000110 1101000 10 0 10110 101111 1000010 1101 101111

Color Harmonies of #838668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838668

Black with #838668

Text Example


Text Example

White with #838668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838668; }

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

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

background-color css

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

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

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

border-color css

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

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

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