Html Css Color HEX #636464 Nevada

📋 copy color: '#636464'

red 99 ◦ green 100 ◦ blue 100

#636464
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nevada #636464

Tints of Nevada #636464

RGB

 RED value IS 99 (39.06% from 255) = 33.11%

 GREEN value IS 100 (39.45% from 255) = 33.44%

 BLUE value IS 100 (39.45% from 255) = 33.44%

R = 33.11%
G = 33.44%
B = 33.44%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#636464 (or 0x636464) is known color: Nevada. HEX triplet: 63, 64 and 64. RGB value is (99,100,100). Sum of RGB (Red+Green+Blue) = 99+100+100=299 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.11% from 299); Green value is 100 (39.45% from 255 or 33.44% from 299); Blue value is 100 (39.45% from 255 or 33.44% from 299); Max value from RGB is 100 - color contains mainly: green, blue. Hex color #636464 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636464 is #9C9B9B. Grayscale: #636363. Windows color (decimal): -10263452 or 6579299. OLE color: 6579299.

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

Color convert

RGB 99 100 100 -
CMYK 0.01 0 0 0.61
HSL 180º 0.01% 0.39% -
HSV(B) 180º 0.01% 0.39% -
XYZ 12 12.69 13.87 -
YUV 99.7 128.17 127.5 -
System Red Green Blue C M Y K H S L
Decimal 99 100 100 0.01 0 0 0.61 180 0.01 0.39
Hex 63 64 64 1 0 0 3D B4 1 27
Octal 143 144 144 1 0 0 75 264 1 47
Binary 1100011 1100100 1100100 1 0 0 111101 10110100 1 100111

Color Harmonies of #636464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636464

Black with #636464

Text Example


Text Example

White with #636464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #636464; }

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

 H1.HeaderClassName
 {
   color: #636464;
 }
 .AnyTagClassName
 {
   color: #636464;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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