Html Css Color HEX #636B6C Nevada

📋 copy color: '#636B6C'

red 99 ◦ green 107 ◦ blue 108

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

Shades of Nevada #636B6C

Tints of Nevada #636B6C

RGB

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

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

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

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

CMYK

 C value IS 0.08

 M value IS 0.01

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #636B6C: hue angle of 186.67º 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 #636B6C is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 99 107 108 -
CMYK 0.08 0.01 0 0.58
HSL 186.67º 0.04% 0.41% -
HSV(B) 186.67º 0.08% 0.42% -
XYZ 13.11 14.25 16.25 -
YUV 104.72 129.85 123.92 -
System Red Green Blue C M Y K H S L
Decimal 99 107 108 0.08 0.01 0 0.58 186.67 0.04 0.41
Hex 63 6B 6C 8 1 0 3A BB 4 29
Octal 143 153 154 10 1 0 72 273 4 51
Binary 1100011 1101011 1101100 1000 1 0 111010 10111011 100 101001

Color Harmonies of #636B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636B6C

Black with #636B6C

Text Example


Text Example

White with #636B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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