Html Css Color HEX #636666 Nevada

📋 copy color: '#636666'

red 99 ◦ green 102 ◦ blue 102

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

Shades of Nevada #636666

Tints of Nevada #636666

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.66%

 BLUE value IS 102 (40.23% from 255) = 33.66%

R = 32.67%
G = 33.66%
B = 33.66%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#636666 (or 0x636666) is known color: Nevada. HEX triplet: 63, 66 and 66. RGB value is (99,102,102). Sum of RGB (Red+Green+Blue) = 99+102+102=303 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.67% from 303); Green value is 102 (40.23% from 255 or 33.66% from 303); Blue value is 102 (40.23% from 255 or 33.66% from 303); Max value from RGB is 102 - color contains mainly: green, blue. Hex color #636666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636666 is #9C9999. Grayscale: #656565. Windows color (decimal): -10262938 or 6710883. OLE color: 6710883.

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

Color convert

RGB 99 102 102 -
CMYK 0.03 0 0 0.6
HSL 180º 0.01% 0.39% -
HSV(B) 180º 0.03% 0.4% -
XYZ 12.3 13.11 14.45 -
YUV 101.1 128.51 126.5 -
System Red Green Blue C M Y K H S L
Decimal 99 102 102 0.03 0 0 0.6 180 0.01 0.39
Hex 63 66 66 3 0 0 3C B4 1 27
Octal 143 146 146 3 0 0 74 264 1 47
Binary 1100011 1100110 1100110 11 0 0 111100 10110100 1 100111

Color Harmonies of #636666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636666

Black with #636666

Text Example


Text Example

White with #636666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #636666; }

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

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

background-color css

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

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

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

border-color css

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

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

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