#636868

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

Shades of Nevada #636868

Tints of Nevada #636868

Color information

#636868 (or 0x636868) is unknown color: approx Nevada. HEX triplet: 63, 68 and 68. RGB value is (99,104,104). Sum of RGB (Red+Green+Blue) = 99+104+104=307 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.25% from 307); Green value is 104 (41.02% from 255 or 33.88% from 307); Blue value is 104 (41.02% from 255 or 33.88% from 307); Max value from RGB is 104 - color contains mainly: green, blue. Hex color #636868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636868 is #9C9797. Grayscale: #666666. Windows color (decimal): -10262424 or 6842467. OLE color: 6842467.

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

Color convert

RGB99104104-
CMYK0.05000.59
HSL180º2.46%39.8%-
HSV(B)180º4.81%40.78%-
XYZ12.5913.5515.05-
YUV102.5128.84125.5-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.25%
GREEN value IS 104 (41.02% from 255) = 33.88%
BLUE value IS 104 (41.02% from 255) = 33.88%
R=32.25%
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.59
SystemRedGreenBlueCMYKHSL
Decimal991041040.05000.591802.4639.8
Hex6368685003Bb4228
Octal14315015050073264250
Binary110001111010001101000101001110111011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636868; }

 p { color: rgb(99,104,104); }

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

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

 a { background-color: rgb(99,104,104); }

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

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

 span { border-color: rgb(99,104,104); }

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