Html Css Color HEX #838568 Bitter

📋 copy color: '#838568'

red 131 ◦ green 133 ◦ blue 104

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

Shades of Bitter #838568

Tints of Bitter #838568

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.14%

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

R = 35.6%
G = 36.14%
B = 28.26%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#838568 (or 0x838568) is known color: Bitter. HEX triplet: 83, 85 and 68. RGB value is (131,133,104). Sum of RGB (Red+Green+Blue) = 131+133+104=368 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.60% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 104 (41.02% from 255 or 28.26% from 368); Max value from RGB is 133 - color contains mainly: green. Hex color #838568 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838568 is #7C7A97. Grayscale: #818181. Windows color (decimal): -8157848 or 6849923. OLE color: 6849923.

HSL color Cylindrical-coordinate representation of color #838568: hue angle of 64.14º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #838568 is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB 131 133 104 -
CMYK 0.02 0 0.22 0.48
HSL 64.14º 0.12% 0.46% -
HSV(B) 64.14º 0.22% 0.52% -
XYZ 20.25 22.6 16.39 -
YUV 129.1 113.84 129.36 -
System Red Green Blue C M Y K H S L
Decimal 131 133 104 0.02 0 0.22 0.48 64.14 0.12 0.46
Hex 83 85 68 2 0 16 30 40 C 2E
Octal 203 205 150 2 0 26 60 100 14 56
Binary 10000011 10000101 1101000 10 0 10110 110000 1000000 1100 101110

Color Harmonies of #838568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838568

Black with #838568

Text Example


Text Example

White with #838568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838568; }

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

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

background-color css

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

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

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

border-color css

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

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

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