Html Css Color HEX #636F70 Nevada

📋 copy color: '#636F70'

red 99 ◦ green 111 ◦ blue 112

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

Shades of Nevada #636F70

Tints of Nevada #636F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 34.78%

R = 30.75%
G = 34.47%
B = 34.78%

CMYK

 C value IS 0.12

 M value IS 0.01

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#636F70 (or 0x636F70) is known color: Nevada. HEX triplet: 63, 6F and 70. RGB value is (99,111,112). Sum of RGB (Red+Green+Blue) = 99+111+112=322 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.75% from 322); Green value is 111 (43.75% from 255 or 34.47% from 322); Blue value is 112 (44.14% from 255 or 34.78% from 322); Max value from RGB is 112 - color contains mainly: blue. Hex color #636F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636F70 is #9C908F. Grayscale: #6B6B6B. Windows color (decimal): -10260624 or 7368547. OLE color: 7368547.

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

Color convert

RGB 99 111 112 -
CMYK 0.12 0.01 0 0.56
HSL 184.62º 0.06% 0.41% -
HSV(B) 184.62º 0.12% 0.44% -
XYZ 13.75 15.19 17.54 -
YUV 107.53 130.52 121.92 -
System Red Green Blue C M Y K H S L
Decimal 99 111 112 0.12 0.01 0 0.56 184.62 0.06 0.41
Hex 63 6F 70 C 1 0 38 B9 6 29
Octal 143 157 160 14 1 0 70 271 6 51
Binary 1100011 1101111 1110000 1100 1 0 111000 10111001 110 101001

Color Harmonies of #636F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636F70

Black with #636F70

Text Example


Text Example

White with #636F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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