Html Css Color HEX #667071 Nevada

📋 copy color: '#667071'

red 102 ◦ green 112 ◦ blue 113

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

Shades of Nevada #667071

Tints of Nevada #667071

RGB

 RED value IS 102 (40.23% from 255) = 31.19%

 GREEN value IS 112 (44.14% from 255) = 34.25%

 BLUE value IS 113 (44.53% from 255) = 34.56%

R = 31.19%
G = 34.25%
B = 34.56%

CMYK

 C value IS 0.10

 M value IS 0.01

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#667071 (or 0x667071) is known color: Nevada. HEX triplet: 66, 70 and 71. RGB value is (102,112,113). Sum of RGB (Red+Green+Blue) = 102+112+113=327 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.19% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 113 (44.53% from 255 or 34.56% from 327); Max value from RGB is 113 - color contains mainly: blue. Hex color #667071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667071 is #998F8E. Grayscale: #6D6D6D. Windows color (decimal): -10063759 or 7434342. OLE color: 7434342.

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

Color convert

RGB 102 112 113 -
CMYK 0.10 0.01 0 0.56
HSL 185.45º 0.05% 0.42% -
HSV(B) 185.45º 0.1% 0.44% -
XYZ 14.25 15.61 17.88 -
YUV 109.12 130.19 122.92 -
System Red Green Blue C M Y K H S L
Decimal 102 112 113 0.10 0.01 0 0.56 185.45 0.05 0.42
Hex 66 70 71 A 1 0 38 B9 5 2A
Octal 146 160 161 12 1 0 70 271 5 52
Binary 1100110 1110000 1110001 1010 1 0 111000 10111001 101 101010

Color Harmonies of #667071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667071

Black with #667071

Text Example


Text Example

White with #667071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667071; }

 p { color: rgb(102,112,113); }

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

background-color css

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

 a { background-color: rgb(102,112,113); }

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

border-color css

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

 span { border-color: rgb(102,112,113); }

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