#6B7575

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

Shades of Nevada #6B7575

Tints of Nevada #6B7575

Color information

#6B7575 (or 0x6B7575) is unknown color: approx Nevada. HEX triplet: 6B, 75 and 75. RGB value is (107,117,117). Sum of RGB (Red+Green+Blue) = 107+117+117=341 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.38% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 117 - color contains mainly: green, blue. Hex color #6B7575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7575 is #948A8A. Grayscale: #727272. Windows color (decimal): -9734795 or 7697771. OLE color: 7697771.

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

Color convert

RGB107117117-
CMYK0.09000.54
HSL180º4.46%43.92%-
HSV(B)180º8.55%45.88%-
XYZ15.6417.1319.31-
YUV114.01129.69123-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.38%
GREEN value IS 117 (46.09% from 255) = 34.31%
BLUE value IS 117 (46.09% from 255) = 34.31%
R=31.38%
G=34.31%
B=34.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1071171170.09000.541804.4643.92
Hex6B757590036b442c
Octal153165165110066264454
Binary11010111110101111010110010011011010110100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,117,117); }

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

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

 a { background-color: rgb(107,117,117); }

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

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

 span { border-color: rgb(107,117,117); }

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