Html Css Color HEX #838465 Bitter

📋 copy color: '#838465'

red 131 ◦ green 132 ◦ blue 101

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

Shades of Bitter #838465

Tints of Bitter #838465

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.26%

 BLUE value IS 101 (39.84% from 255) = 27.75%

R = 35.99%
G = 36.26%
B = 27.75%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#838465 (or 0x838465) is known color: Bitter. HEX triplet: 83, 84 and 65. RGB value is (131,132,101). Sum of RGB (Red+Green+Blue) = 131+132+101=364 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.99% from 364); Green value is 132 (51.95% from 255 or 36.26% from 364); Blue value is 101 (39.84% from 255 or 27.75% from 364); Max value from RGB is 132 - color contains mainly: green. Hex color #838465 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838465 is #7C7B9A. Grayscale: #808080. Windows color (decimal): -8158107 or 6653059. OLE color: 6653059.

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

Color convert

RGB 131 132 101 -
CMYK 0.01 0 0.23 0.48
HSL 61.94º 0.13% 0.46% -
HSV(B) 61.94º 0.23% 0.52% -
XYZ 19.96 22.27 15.56 -
YUV 128.17 112.67 130.02 -
System Red Green Blue C M Y K H S L
Decimal 131 132 101 0.01 0 0.23 0.48 61.94 0.13 0.46
Hex 83 84 65 1 0 17 30 3E D 2E
Octal 203 204 145 1 0 27 60 76 15 56
Binary 10000011 10000100 1100101 1 0 10111 110000 111110 1101 101110

Color Harmonies of #838465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838465

Black with #838465

Text Example


Text Example

White with #838465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838465; }

 p { color: rgb(131,132,101); }

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

background-color css

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

 a { background-color: rgb(131,132,101); }

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

border-color css

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

 span { border-color: rgb(131,132,101); }

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