Html Css Color HEX #616969 Nevada

📋 copy color: '#616969'

red 97 ◦ green 105 ◦ blue 105

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

Shades of Nevada #616969

Tints of Nevada #616969

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.2%

 BLUE value IS 105 (41.41% from 255) = 34.2%

R = 31.6%
G = 34.2%
B = 34.2%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#616969 (or 0x616969) is known color: Nevada. HEX triplet: 61, 69 and 69. RGB value is (97,105,105). Sum of RGB (Red+Green+Blue) = 97+105+105=307 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.60% from 307); Green value is 105 (41.41% from 255 or 34.20% from 307); Blue value is 105 (41.41% from 255 or 34.20% from 307); Max value from RGB is 105 - color contains mainly: green, blue. Hex color #616969 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616969 is #9E9696. Grayscale: #666666. Windows color (decimal): -10393239 or 6908257. OLE color: 6908257.

HSL color Cylindrical-coordinate representation of color #616969: hue angle of 180º degrees, saturation: 0.04, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #616969 is Cyan = 0.08, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 97 105 105 -
CMYK 0.08 0 0 0.59
HSL 180º 0.04% 0.4% -
HSV(B) 180º 0.08% 0.41% -
XYZ 12.53 13.66 15.34 -
YUV 102.61 129.35 124 -
System Red Green Blue C M Y K H S L
Decimal 97 105 105 0.08 0 0 0.59 180 0.04 0.4
Hex 61 69 69 8 0 0 3B B4 4 28
Octal 141 151 151 10 0 0 73 264 4 50
Binary 1100001 1101001 1101001 1000 0 0 111011 10110100 100 101000

Color Harmonies of #616969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616969

Black with #616969

Text Example


Text Example

White with #616969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616969; }

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

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

background-color css

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

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

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

border-color css

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

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

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