#636A69

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

Shades of Nevada #636A69

Tints of Nevada #636A69

Color information

#636A69 (or 0x636A69) is unknown color: approx Nevada. HEX triplet: 63, 6A and 69. RGB value is (99,106,105). Sum of RGB (Red+Green+Blue) = 99+106+105=310 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.94% from 310); Green value is 106 (41.80% from 255 or 34.19% from 310); Blue value is 105 (41.41% from 255 or 33.87% from 310); Max value from RGB is 106 - color contains mainly: green. Hex color #636A69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636A69 is #9C9596. Grayscale: #676767. Windows color (decimal): -10261911 or 6908515. OLE color: 6908515.

HSL color Cylindrical-coordinate representation of color #636A69: hue angle of 171.43º degrees, saturation: 0.03, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #636A69 is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.58.

Color convert

RGB99106105-
CMYK0.0700.010.58
HSL171.43º3.41%40.2%-
HSV(B)171.43º6.6%41.57%-
XYZ12.8513.9815.39-
YUV103.79128.68124.58-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.94%
GREEN value IS 106 (41.80% from 255) = 34.19%
BLUE value IS 105 (41.41% from 255) = 33.87%
R=31.94%
G=34.19%
B=33.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal991061050.0700.010.58171.433.4140.2
Hex636A697013Aab328
Octal14315215170172253350
Binary110001111010101101001111011110101010101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636A69; }

 p { color: rgb(99,106,105); }

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

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

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

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

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

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

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