#6B655D

Color #6B655D Pine Cone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Cone #6B655D

Tints of Pine Cone #6B655D

Color information

#6B655D (or 0x6B655D) is unknown color: approx Pine Cone. HEX triplet: 6B, 65 and 5D. RGB value is (107,101,93). Sum of RGB (Red+Green+Blue) = 107+101+93=301 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.55% from 301); Green value is 101 (39.84% from 255 or 33.55% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 107 - color contains mainly: red. Hex color #6B655D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B655D is #949AA2. Grayscale: #656565. Windows color (decimal): -9738915 or 6120811. OLE color: 6120811.

HSL color Cylindrical-coordinate representation of color #6B655D: hue angle of 34.29º degrees, saturation: 0.07, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6B655D is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.58.

Color convert

RGB10710193-
CMYK00.060.130.58
HSL34.29º7%39.22%-
HSV(B)34.29º13.08%41.96%-
XYZ12.6913.2212.24-
YUV101.88122.99131.65-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.55%
GREEN value IS 101 (39.84% from 255) = 33.55%
BLUE value IS 93 (36.72% from 255) = 30.90%
R=35.55%
G=33.55%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1071019300.060.130.5834.29739.22
Hex6B655D06D3A22727
Octal15314513506157242747
Binary11010111100101101110101101101111010100010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B655D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,101,93); }

 H1.HeaderClassName
 {
   color: #6B655D;
 }
 .AnyTagClassName
 {
   color: #6B655D;
 }
</style>
background-color css

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

 a { background-color: rgb(107,101,93); }

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

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

 span { border-color: rgb(107,101,93); }

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