Html Css Color HEX #647270 Nevada

📋 copy color: '#647270'

red 100 ◦ green 114 ◦ blue 112

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

Shades of Nevada #647270

Tints of Nevada #647270

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.97%

 BLUE value IS 112 (44.14% from 255) = 34.36%

R = 30.67%
G = 34.97%
B = 34.36%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#647270 (or 0x647270) is known color: Nevada. HEX triplet: 64, 72 and 70. RGB value is (100,114,112). Sum of RGB (Red+Green+Blue) = 100+114+112=326 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.67% from 326); Green value is 114 (44.92% from 255 or 34.97% from 326); Blue value is 112 (44.14% from 255 or 34.36% from 326); Max value from RGB is 114 - color contains mainly: green. Hex color #647270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647270 is #9B8D8F. Grayscale: #6D6D6D. Windows color (decimal): -10194320 or 7369316. OLE color: 7369316.

HSL color Cylindrical-coordinate representation of color #647270: hue angle of 171.43º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #647270 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB 100 114 112 -
CMYK 0.12 0 0.02 0.55
HSL 171.43º 0.07% 0.42% -
HSV(B) 171.43º 0.12% 0.45% -
XYZ 14.2 15.91 17.65 -
YUV 109.59 129.36 121.16 -
System Red Green Blue C M Y K H S L
Decimal 100 114 112 0.12 0 0.02 0.55 171.43 0.07 0.42
Hex 64 72 70 C 0 2 37 AB 7 2A
Octal 144 162 160 14 0 2 67 253 7 52
Binary 1100100 1110010 1110000 1100 0 10 110111 10101011 111 101010

Color Harmonies of #647270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647270

Black with #647270

Text Example


Text Example

White with #647270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647270; }

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

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

background-color css

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

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

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

border-color css

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

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

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