Html Css Color HEX #606766 Nevada

📋 copy color: '#606766'

red 96 ◦ green 103 ◦ blue 102

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

Shades of Nevada #606766

Tints of Nevada #606766

RGB

 RED value IS 96 (37.89% from 255) = 31.89%

 GREEN value IS 103 (40.63% from 255) = 34.22%

 BLUE value IS 102 (40.23% from 255) = 33.89%

R = 31.89%
G = 34.22%
B = 33.89%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.01

 K value IS 0.60

RGB Variations

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

Color information

#606766 (or 0x606766) is known color: Nevada. HEX triplet: 60, 67 and 66. RGB value is (96,103,102). Sum of RGB (Red+Green+Blue) = 96+103+102=301 (39% of max value = 765). Red value is 96 (37.89% from 255 or 31.89% from 301); Green value is 103 (40.62% from 255 or 34.22% from 301); Blue value is 102 (40.23% from 255 or 33.89% from 301); Max value from RGB is 103 - color contains mainly: green. Hex color #606766 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606766 is #9F9899. Grayscale: #646464. Windows color (decimal): -10459290 or 6711136. OLE color: 6711136.

HSL color Cylindrical-coordinate representation of color #606766: hue angle of 171.43º degrees, saturation: 0.04, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #606766 is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.60.

Color convert

RGB 96 103 102 -
CMYK 0.07 0 0.01 0.60
HSL 171.43º 0.04% 0.39% -
HSV(B) 171.43º 0.07% 0.4% -
XYZ 12.07 13.15 14.47 -
YUV 100.79 128.68 124.58 -
System Red Green Blue C M Y K H S L
Decimal 96 103 102 0.07 0 0.01 0.60 171.43 0.04 0.39
Hex 60 67 66 7 0 1 3C AB 4 27
Octal 140 147 146 7 0 1 74 253 4 47
Binary 1100000 1100111 1100110 111 0 1 111100 10101011 100 100111

Color Harmonies of #606766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606766

Black with #606766

Text Example


Text Example

White with #606766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606766; }

 p { color: rgb(96,103,102); }

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

background-color css

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

 a { background-color: rgb(96,103,102); }

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

border-color css

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

 span { border-color: rgb(96,103,102); }

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