#838369

Color #838369 Schist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Schist #838369

Tints of Schist #838369

Color information

#838369 (or 0x838369) is unknown color: approx Schist. HEX triplet: 83, 83 and 69. RGB value is (131,131,105). Sum of RGB (Red+Green+Blue) = 131+131+105=367 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.69% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 105 (41.41% from 255 or 28.61% from 367); Max value from RGB is 131 - color contains mainly: red, green. Hex color #838369 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838369 is #7C7C96. Grayscale: #808080. Windows color (decimal): -8158359 or 6914947. OLE color: 6914947.

HSL color Cylindrical-coordinate representation of color #838369: hue angle of 60º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #838369 is Cyan = 0, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.49.

Color convert

RGB131131105-
CMYK000.200.49
HSL60º11.02%46.27%-
HSV(B)60º19.85%51.37%-
XYZ20.0322.0816.57-
YUV128.04115130.11-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.69%
GREEN value IS 131 (51.56% from 255) = 35.69%
BLUE value IS 105 (41.41% from 255) = 28.61%
R=35.69%
G=35.69%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131131105000.200.496011.0246.27
Hex8383690014313cb2e
Octal203203151002461741356
Binary1000001110000011110100100101001100011111001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838369; }

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

 H1.HeaderClassName
 {
   color: #838369;
 }
 .AnyTagClassName
 {
   color: #838369;
 }
</style>
background-color css

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

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

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

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

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

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