Html Css Color HEX #696F6F Nevada

📋 copy color: '#696F6F'

red 105 ◦ green 111 ◦ blue 111

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

Shades of Nevada #696F6F

Tints of Nevada #696F6F

RGB

 RED value IS 105 (41.41% from 255) = 32.11%

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

 BLUE value IS 111 (43.75% from 255) = 33.94%

R = 32.11%
G = 33.94%
B = 33.94%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#696F6F (or 0x696F6F) is known color: Nevada. HEX triplet: 69, 6F and 6F. RGB value is (105,111,111). Sum of RGB (Red+Green+Blue) = 105+111+111=327 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.11% from 327); Green value is 111 (43.75% from 255 or 33.94% from 327); Blue value is 111 (43.75% from 255 or 33.94% from 327); Max value from RGB is 111 - color contains mainly: green, blue. Hex color #696F6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696F6F is #969090. Grayscale: #6D6D6D. Windows color (decimal): -9867409 or 7303017. OLE color: 7303017.

HSL color Cylindrical-coordinate representation of color #696F6F: hue angle of 180º degrees, saturation: 0.03, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #696F6F is Cyan = 0.05, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 105 111 111 -
CMYK 0.05 0 0 0.56
HSL 180º 0.03% 0.42% -
HSV(B) 180º 0.05% 0.44% -
XYZ 14.38 15.52 17.28 -
YUV 109.21 129.01 125 -
System Red Green Blue C M Y K H S L
Decimal 105 111 111 0.05 0 0 0.56 180 0.03 0.42
Hex 69 6F 6F 5 0 0 38 B4 3 2A
Octal 151 157 157 5 0 0 70 264 3 52
Binary 1101001 1101111 1101111 101 0 0 111000 10110100 11 101010

Color Harmonies of #696F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696F6F

Black with #696F6F

Text Example


Text Example

White with #696F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696F6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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