#6A7272

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

Shades of Nevada #6A7272

Tints of Nevada #6A7272

Color information

#6A7272 (or 0x6A7272) is unknown color: approx Nevada. HEX triplet: 6A, 72 and 72. RGB value is (106,114,114). Sum of RGB (Red+Green+Blue) = 106+114+114=334 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.74% from 334); Green value is 114 (44.92% from 255 or 34.13% from 334); Blue value is 114 (44.92% from 255 or 34.13% from 334); Max value from RGB is 114 - color contains mainly: green, blue. Hex color #6A7272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7272 is #958D8D. Grayscale: #6F6F6F. Windows color (decimal): -9801102 or 7500394. OLE color: 7500394.

HSL color Cylindrical-coordinate representation of color #6A7272: hue angle of 180º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #6A7272 is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB106114114-
CMYK0.07000.55
HSL180º3.64%43.14%-
HSV(B)180º7.02%44.71%-
XYZ1516.3118.28-
YUV111.61129.35124-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.74%
GREEN value IS 114 (44.92% from 255) = 34.13%
BLUE value IS 114 (44.92% from 255) = 34.13%
R=31.74%
G=34.13%
B=34.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1061141140.07000.551803.6443.14
Hex6A727270037b442b
Octal15216216270067264453
Binary1101010111001011100101110011011110110100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A7272; }

 p { color: rgb(106,114,114); }

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

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

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

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

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

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

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