Html Css Color HEX #6E756E Boulder

📋 copy color: '#6E756E'

red 110 ◦ green 117 ◦ blue 110

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

Shades of Boulder #6E756E

Tints of Boulder #6E756E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.72%

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

R = 32.64%
G = 34.72%
B = 32.64%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#6E756E (or 0x6E756E) is known color: Boulder. HEX triplet: 6E, 75 and 6E. RGB value is (110,117,110). Sum of RGB (Red+Green+Blue) = 110+117+110=337 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.64% from 337); Green value is 117 (46.09% from 255 or 34.72% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 117 - color contains mainly: green. Hex color #6E756E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E756E is #918A91. Grayscale: #727272. Windows color (decimal): -9538194 or 7239022. OLE color: 7239022.

HSL color Cylindrical-coordinate representation of color #6E756E: hue angle of 120º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #6E756E is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 110 117 110 -
CMYK 0.06 0 0.06 0.54
HSL 120º 0.03% 0.45% -
HSV(B) 120º 0.06% 0.46% -
XYZ 15.61 17.16 17.24 -
YUV 114.11 125.68 125.07 -
System Red Green Blue C M Y K H S L
Decimal 110 117 110 0.06 0 0.06 0.54 120 0.03 0.45
Hex 6E 75 6E 6 0 6 36 78 3 2D
Octal 156 165 156 6 0 6 66 170 3 55
Binary 1101110 1110101 1101110 110 0 110 110110 1111000 11 101101

Color Harmonies of #6E756E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E756E

Black with #6E756E

Text Example


Text Example

White with #6E756E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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