#626767

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

Shades of Nevada #626767

Tints of Nevada #626767

Color information

#626767 (or 0x626767) is unknown color: approx Nevada. HEX triplet: 62, 67 and 67. RGB value is (98,103,103). Sum of RGB (Red+Green+Blue) = 98+103+103=304 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.24% from 304); Green value is 103 (40.62% from 255 or 33.88% from 304); Blue value is 103 (40.62% from 255 or 33.88% from 304); Max value from RGB is 103 - color contains mainly: green, blue. Hex color #626767 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626767 is #9D9898. Grayscale: #656565. Windows color (decimal): -10328217 or 6776674. OLE color: 6776674.

HSL color Cylindrical-coordinate representation of color #626767: hue angle of 180º degrees, saturation: 0.02, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #626767 is Cyan = 0.05, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB98103103-
CMYK0.05000.60
HSL180º2.49%39.41%-
HSV(B)180º4.85%40.39%-
XYZ12.3413.2814.74-
YUV101.51128.84125.5-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.24%
GREEN value IS 103 (40.62% from 255) = 33.88%
BLUE value IS 103 (40.62% from 255) = 33.88%
R=32.24%
G=33.88%
B=33.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal981031030.05000.601802.4939.41
Hex6267675003Cb4227
Octal14214714750074264247
Binary110001011001111100111101001111001011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626767; }

 p { color: rgb(98,103,103); }

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

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

 a { background-color: rgb(98,103,103); }

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

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

 span { border-color: rgb(98,103,103); }

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