Html Css Color HEX #6E665B Pine Cone

📋 copy color: '#6E665B'

red 110 ◦ green 102 ◦ blue 91

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

Shades of Pine Cone #6E665B

Tints of Pine Cone #6E665B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.66%

 BLUE value IS 91 (35.94% from 255) = 30.03%

R = 36.3%
G = 33.66%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.17

 K value IS 0.57

RGB Variations

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

Color information

#6E665B (or 0x6E665B) is known color: Pine Cone. HEX triplet: 6E, 66 and 5B. RGB value is (110,102,91). Sum of RGB (Red+Green+Blue) = 110+102+91=303 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.30% from 303); Green value is 102 (40.23% from 255 or 33.66% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 110 - color contains mainly: red. Hex color #6E665B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E665B is #9199A4. Grayscale: #676767. Windows color (decimal): -9542053 or 5989998. OLE color: 5989998.

HSL color Cylindrical-coordinate representation of color #6E665B: hue angle of 34.74º degrees, saturation: 0.09, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6E665B is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 102 91 -
CMYK 0 0.07 0.17 0.57
HSL 34.74º 0.09% 0.39% -
HSV(B) 34.74º 0.17% 0.43% -
XYZ 13.07 13.57 11.83 -
YUV 103.14 121.15 132.89 -
System Red Green Blue C M Y K H S L
Decimal 110 102 91 0 0.07 0.17 0.57 34.74 0.09 0.39
Hex 6E 66 5B 0 7 11 39 23 9 27
Octal 156 146 133 0 7 21 71 43 11 47
Binary 1101110 1100110 1011011 0 111 10001 111001 100011 1001 100111

Color Harmonies of #6E665B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E665B

Black with #6E665B

Text Example


Text Example

White with #6E665B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,102,91); }

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

background-color css

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

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

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

border-color css

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

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

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