Html Css Color HEX #6E645B Pine Cone

📋 copy color: '#6E645B'

red 110 ◦ green 100 ◦ blue 91

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

Shades of Pine Cone #6E645B

Tints of Pine Cone #6E645B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.22%

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

R = 36.54%
G = 33.22%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.17

 K value IS 0.57

RGB Variations

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

Color information

#6E645B (or 0x6E645B) is known color: Pine Cone. HEX triplet: 6E, 64 and 5B. RGB value is (110,100,91). Sum of RGB (Red+Green+Blue) = 110+100+91=301 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.54% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 91 (35.94% from 255 or 30.23% from 301); Max value from RGB is 110 - color contains mainly: red. Hex color #6E645B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E645B is #919BA4. Grayscale: #666666. Windows color (decimal): -9542565 or 5989486. OLE color: 5989486.

HSL color Cylindrical-coordinate representation of color #6E645B: hue angle of 28.42º 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 #6E645B is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 100 91 -
CMYK 0 0.09 0.17 0.57
HSL 28.42º 0.09% 0.39% -
HSV(B) 28.42º 0.17% 0.43% -
XYZ 12.88 13.18 11.76 -
YUV 101.96 121.81 133.73 -
System Red Green Blue C M Y K H S L
Decimal 110 100 91 0 0.09 0.17 0.57 28.42 0.09 0.39
Hex 6E 64 5B 0 9 11 39 1C 9 27
Octal 156 144 133 0 11 21 71 34 11 47
Binary 1101110 1100100 1011011 0 1001 10001 111001 11100 1001 100111

Color Harmonies of #6E645B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E645B

Black with #6E645B

Text Example


Text Example

White with #6E645B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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