#6B655F

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

Shades of Pine Cone #6B655F

Tints of Pine Cone #6B655F

Color information

#6B655F (or 0x6B655F) is unknown color: approx Pine Cone. HEX triplet: 6B, 65 and 5F. RGB value is (107,101,95). Sum of RGB (Red+Green+Blue) = 107+101+95=303 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.31% from 303); Green value is 101 (39.84% from 255 or 33.33% from 303); Blue value is 95 (37.5% from 255 or 31.35% from 303); Max value from RGB is 107 - color contains mainly: red. Hex color #6B655F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B655F is #949AA0. Grayscale: #666666. Windows color (decimal): -9738913 or 6251883. OLE color: 6251883.

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

Color convert

RGB10710195-
CMYK00.060.110.58
HSL30º5.94%39.61%-
HSV(B)30º11.21%41.96%-
XYZ12.7813.2612.71-
YUV102.11123.99131.49-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.31%
GREEN value IS 101 (39.84% from 255) = 33.33%
BLUE value IS 95 (37.5% from 255) = 31.35%
R=35.31%
G=33.33%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1071019500.060.110.58305.9439.61
Hex6B655F06B3A1e628
Octal15314513706137236650
Binary1101011110010110111110110101111101011110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B655F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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