Html Css Color HEX #616C6C Nevada

📋 copy color: '#616C6C'

red 97 ◦ green 108 ◦ blue 108

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

Shades of Nevada #616C6C

Tints of Nevada #616C6C

RGB

 RED value IS 97 (38.28% from 255) = 30.99%

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

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

R = 30.99%
G = 34.5%
B = 34.5%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#616C6C (or 0x616C6C) is known color: Nevada. HEX triplet: 61, 6C and 6C. RGB value is (97,108,108). Sum of RGB (Red+Green+Blue) = 97+108+108=313 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.99% from 313); Green value is 108 (42.58% from 255 or 34.50% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 108 - color contains mainly: green, blue. Hex color #616C6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616C6C is #9E9393. Grayscale: #686868. Windows color (decimal): -10392468 or 7105633. OLE color: 7105633.

HSL color Cylindrical-coordinate representation of color #616C6C: hue angle of 180º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #616C6C is Cyan = 0.10, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 97 108 108 -
CMYK 0.10 0 0 0.58
HSL 180º 0.05% 0.4% -
HSV(B) 180º 0.1% 0.42% -
XYZ 13 14.35 16.27 -
YUV 104.71 129.86 122.5 -
System Red Green Blue C M Y K H S L
Decimal 97 108 108 0.10 0 0 0.58 180 0.05 0.4
Hex 61 6C 6C A 0 0 3A B4 5 28
Octal 141 154 154 12 0 0 72 264 5 50
Binary 1100001 1101100 1101100 1010 0 0 111010 10110100 101 101000

Color Harmonies of #616C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616C6C

Black with #616C6C

Text Example


Text Example

White with #616C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616C6C; }

 p { color: rgb(97,108,108); }

 H1.HeaderClassName
 {
   color: #616C6C;
 }
 .AnyTagClassName
 {
   color: #616C6C;
 }
</style>

background-color css

<style>
 a { background-color: #616C6C; }

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

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

border-color css

<style>
 span { border-color: #616C6C; }

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

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