Html Css Color HEX #636B6A Nevada

📋 copy color: '#636B6A'

red 99 ◦ green 107 ◦ blue 106

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

Shades of Nevada #636B6A

Tints of Nevada #636B6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.97%

R = 31.73%
G = 34.29%
B = 33.97%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.01

 K value IS 0.58

RGB Variations

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

Color information

#636B6A (or 0x636B6A) is known color: Nevada. HEX triplet: 63, 6B and 6A. RGB value is (99,107,106). Sum of RGB (Red+Green+Blue) = 99+107+106=312 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.73% from 312); Green value is 107 (42.19% from 255 or 34.29% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 107 - color contains mainly: green. Hex color #636B6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636B6A is #9C9495. Grayscale: #686868. Windows color (decimal): -10261654 or 6974307. OLE color: 6974307.

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

Color convert

RGB 99 107 106 -
CMYK 0.07 0 0.01 0.58
HSL 172.5º 0.04% 0.4% -
HSV(B) 172.5º 0.07% 0.42% -
XYZ 13 14.21 15.69 -
YUV 104.49 128.85 124.08 -
System Red Green Blue C M Y K H S L
Decimal 99 107 106 0.07 0 0.01 0.58 172.5 0.04 0.4
Hex 63 6B 6A 7 0 1 3A AC 4 28
Octal 143 153 152 7 0 1 72 254 4 50
Binary 1100011 1101011 1101010 111 0 1 111010 10101100 100 101000

Color Harmonies of #636B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636B6A

Black with #636B6A

Text Example


Text Example

White with #636B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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