Html Css Color HEX #636F6E Nevada

📋 copy color: '#636F6E'

red 99 ◦ green 111 ◦ blue 110

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

Shades of Nevada #636F6E

Tints of Nevada #636F6E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.69%

 BLUE value IS 110 (43.36% from 255) = 34.38%

R = 30.94%
G = 34.69%
B = 34.38%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#636F6E (or 0x636F6E) is known color: Nevada. HEX triplet: 63, 6F and 6E. RGB value is (99,111,110). Sum of RGB (Red+Green+Blue) = 99+111+110=320 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.94% from 320); Green value is 111 (43.75% from 255 or 34.69% from 320); Blue value is 110 (43.36% from 255 or 34.38% from 320); Max value from RGB is 111 - color contains mainly: green. Hex color #636F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636F6E is #9C9091. Grayscale: #6B6B6B. Windows color (decimal): -10260626 or 7237475. OLE color: 7237475.

HSL color Cylindrical-coordinate representation of color #636F6E: hue angle of 175º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #636F6E is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 99 111 110 -
CMYK 0.11 0 0.01 0.56
HSL 175º 0.06% 0.41% -
HSV(B) 175º 0.11% 0.44% -
XYZ 13.64 15.15 16.96 -
YUV 107.3 129.52 122.08 -
System Red Green Blue C M Y K H S L
Decimal 99 111 110 0.11 0 0.01 0.56 175 0.06 0.41
Hex 63 6F 6E B 0 1 38 AF 6 29
Octal 143 157 156 13 0 1 70 257 6 51
Binary 1100011 1101111 1101110 1011 0 1 111000 10101111 110 101001

Color Harmonies of #636F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636F6E

Black with #636F6E

Text Example


Text Example

White with #636F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,111,110); }

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

background-color css

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

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

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

border-color css

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

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

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