Html Css Color HEX #6E706E Boulder

📋 copy color: '#6E706E'

red 110 ◦ green 112 ◦ blue 110

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

Shades of Boulder #6E706E

Tints of Boulder #6E706E

RGB

 RED value IS 110 (43.36% from 255) = 33.13%

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

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

R = 33.13%
G = 33.73%
B = 33.13%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#6E706E (or 0x6E706E) is known color: Boulder. HEX triplet: 6E, 70 and 6E. RGB value is (110,112,110). Sum of RGB (Red+Green+Blue) = 110+112+110=332 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.13% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 110 (43.36% from 255 or 33.13% from 332); Max value from RGB is 112 - color contains mainly: green. Hex color #6E706E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E706E is #918F91. Grayscale: #6F6F6F. Windows color (decimal): -9539474 or 7237742. OLE color: 7237742.

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

Color convert

RGB 110 112 110 -
CMYK 0.02 0 0.02 0.56
HSL 120º 0.01% 0.44% -
HSV(B) 120º 0.02% 0.44% -
XYZ 15.04 16.03 17.05 -
YUV 111.17 127.34 127.16 -
System Red Green Blue C M Y K H S L
Decimal 110 112 110 0.02 0 0.02 0.56 120 0.01 0.44
Hex 6E 70 6E 2 0 2 38 78 1 2C
Octal 156 160 156 2 0 2 70 170 1 54
Binary 1101110 1110000 1101110 10 0 10 111000 1111000 1 101100

Color Harmonies of #6E706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E706E

Black with #6E706E

Text Example


Text Example

White with #6E706E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E706E; }

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

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

background-color css

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

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

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

border-color css

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

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

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