#834E6A

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

Shades of Cosmic #834E6A

Tints of Cosmic #834E6A

Color information

#834E6A (or 0x834E6A) is unknown color: approx Cosmic. HEX triplet: 83, 4E and 6A. RGB value is (131,78,106). Sum of RGB (Red+Green+Blue) = 131+78+106=315 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.59% from 315); Green value is 78 (30.86% from 255 or 24.76% from 315); Blue value is 106 (41.80% from 255 or 33.65% from 315); Max value from RGB is 131 - color contains mainly: red. Hex color #834E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #834E6A is #7CB195. Grayscale: #606060. Windows color (decimal): -8171926 or 6966915. OLE color: 6966915.

HSL color Cylindrical-coordinate representation of color #834E6A: hue angle of 328.3º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #834E6A is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB13178106-
CMYK00.400.190.49
HSL328.3º25.36%40.98%-
HSV(B)328.3º40.46%51.37%-
XYZ14.6911.3115.05-
YUV97.04133.06152.22-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 41.59%
GREEN value IS 78 (30.86% from 255) = 24.76%
BLUE value IS 106 (41.80% from 255) = 33.65%
R=41.59%
G=24.76%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1317810600.400.190.49328.325.3640.98
Hex834E6A02813311481929
Octal20311615205023615103151
Binary100000111001110110101001010001001111000110100100011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834E6A; }

 p { color: rgb(131,78,106); }

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

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

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

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

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

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

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