Html Css Color HEX #64706E Nevada

📋 copy color: '#64706E'

red 100 ◦ green 112 ◦ blue 110

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

Shades of Nevada #64706E

Tints of Nevada #64706E

RGB

 RED value IS 100 (39.45% from 255) = 31.06%

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

 BLUE value IS 110 (43.36% from 255) = 34.16%

R = 31.06%
G = 34.78%
B = 34.16%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#64706E (or 0x64706E) is known color: Nevada. HEX triplet: 64, 70 and 6E. RGB value is (100,112,110). Sum of RGB (Red+Green+Blue) = 100+112+110=322 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.06% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 112 - color contains mainly: green. Hex color #64706E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64706E is #9B8F91. Grayscale: #6C6C6C. Windows color (decimal): -10194834 or 7237732. OLE color: 7237732.

HSL color Cylindrical-coordinate representation of color #64706E: hue angle of 170º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #64706E is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB 100 112 110 -
CMYK 0.11 0 0.02 0.56
HSL 170º 0.06% 0.42% -
HSV(B) 170º 0.11% 0.44% -
XYZ 13.86 15.42 17 -
YUV 108.18 129.02 122.16 -
System Red Green Blue C M Y K H S L
Decimal 100 112 110 0.11 0 0.02 0.56 170 0.06 0.42
Hex 64 70 6E B 0 2 38 AA 6 2A
Octal 144 160 156 13 0 2 70 252 6 52
Binary 1100100 1110000 1101110 1011 0 10 111000 10101010 110 101010

Color Harmonies of #64706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64706E

Black with #64706E

Text Example


Text Example

White with #64706E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64706E; }

 p { color: rgb(100,112,110); }

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

background-color css

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

 a { background-color: rgb(100,112,110); }

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

border-color css

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

 span { border-color: rgb(100,112,110); }

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