Html Css Color HEX #6F716F Boulder

📋 copy color: '#6F716F'

red 111 ◦ green 113 ◦ blue 111

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

Shades of Boulder #6F716F

Tints of Boulder #6F716F

RGB

 RED value IS 111 (43.75% from 255) = 33.13%

 GREEN value IS 113 (44.53% from 255) = 33.73%

 BLUE value IS 111 (43.75% 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

#6F716F (or 0x6F716F) is known color: Boulder. HEX triplet: 6F, 71 and 6F. RGB value is (111,113,111). Sum of RGB (Red+Green+Blue) = 111+113+111=335 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.13% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 113 - color contains mainly: green. Hex color #6F716F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F716F is #908E90. Grayscale: #707070. Windows color (decimal): -9473681 or 7303535. OLE color: 7303535.

HSL color Cylindrical-coordinate representation of color #6F716F: 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 #6F716F is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 113 111 -
CMYK 0.02 0 0.02 0.56
HSL 120º 0.01% 0.44% -
HSV(B) 120º 0.02% 0.44% -
XYZ 15.33 16.34 17.38 -
YUV 112.17 127.34 127.16 -
System Red Green Blue C M Y K H S L
Decimal 111 113 111 0.02 0 0.02 0.56 120 0.01 0.44
Hex 6F 71 6F 2 0 2 38 78 1 2C
Octal 157 161 157 2 0 2 70 170 1 54
Binary 1101111 1110001 1101111 10 0 10 111000 1111000 1 101100

Color Harmonies of #6F716F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F716F

Black with #6F716F

Text Example


Text Example

White with #6F716F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,113,111); }

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

background-color css

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

 a { background-color: rgb(111,113,111); }

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

border-color css

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

 span { border-color: rgb(111,113,111); }

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