Html Css Color HEX #636C6B Nevada

📋 copy color: '#636C6B'

red 99 ◦ green 108 ◦ blue 107

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

Shades of Nevada #636C6B

Tints of Nevada #636C6B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.39%

 BLUE value IS 107 (42.19% from 255) = 34.08%

R = 31.53%
G = 34.39%
B = 34.08%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.01

 K value IS 0.58

RGB Variations

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

Color information

#636C6B (or 0x636C6B) is known color: Nevada. HEX triplet: 63, 6C and 6B. RGB value is (99,108,107). Sum of RGB (Red+Green+Blue) = 99+108+107=314 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.53% from 314); Green value is 108 (42.58% from 255 or 34.39% from 314); Blue value is 107 (42.19% from 255 or 34.08% from 314); Max value from RGB is 108 - color contains mainly: green. Hex color #636C6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636C6B is #9C9394. Grayscale: #696969. Windows color (decimal): -10261397 or 7040099. OLE color: 7040099.

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

Color convert

RGB 99 108 107 -
CMYK 0.08 0 0.01 0.58
HSL 173.33º 0.04% 0.41% -
HSV(B) 173.33º 0.08% 0.42% -
XYZ 13.16 14.44 16 -
YUV 105.2 129.02 123.58 -
System Red Green Blue C M Y K H S L
Decimal 99 108 107 0.08 0 0.01 0.58 173.33 0.04 0.41
Hex 63 6C 6B 8 0 1 3A AD 4 29
Octal 143 154 153 10 0 1 72 255 4 51
Binary 1100011 1101100 1101011 1000 0 1 111010 10101101 100 101001

Color Harmonies of #636C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636C6B

Black with #636C6B

Text Example


Text Example

White with #636C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,108,107); }

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

background-color css

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

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

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

border-color css

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

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

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