Html Css Color HEX #6E665C Pine Cone

📋 copy color: '#6E665C'

red 110 ◦ green 102 ◦ blue 92

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

Shades of Pine Cone #6E665C

Tints of Pine Cone #6E665C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.26%

R = 36.18%
G = 33.55%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.16

 K value IS 0.57

RGB Variations

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

Color information

#6E665C (or 0x6E665C) is known color: Pine Cone. HEX triplet: 6E, 66 and 5C. RGB value is (110,102,92). Sum of RGB (Red+Green+Blue) = 110+102+92=304 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.18% from 304); Green value is 102 (40.23% from 255 or 33.55% from 304); Blue value is 92 (36.33% from 255 or 30.26% from 304); Max value from RGB is 110 - color contains mainly: red. Hex color #6E665C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E665C is #9199A3. Grayscale: #676767. Windows color (decimal): -9542052 or 6055534. OLE color: 6055534.

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

Color convert

RGB 110 102 92 -
CMYK 0 0.07 0.16 0.57
HSL 33.33º 0.09% 0.4% -
HSV(B) 33.33º 0.16% 0.43% -
XYZ 13.11 13.59 12.06 -
YUV 103.25 121.65 132.81 -
System Red Green Blue C M Y K H S L
Decimal 110 102 92 0 0.07 0.16 0.57 33.33 0.09 0.4
Hex 6E 66 5C 0 7 10 39 21 9 28
Octal 156 146 134 0 7 20 71 41 11 50
Binary 1101110 1100110 1011100 0 111 10000 111001 100001 1001 101000

Color Harmonies of #6E665C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E665C

Black with #6E665C

Text Example


Text Example

White with #6E665C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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