#6C6763

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

Shades of Pine Cone #6C6763

Tints of Pine Cone #6C6763

Color information

#6C6763 (or 0x6C6763) is unknown color: approx Pine Cone. HEX triplet: 6C, 67 and 63. RGB value is (108,103,99). Sum of RGB (Red+Green+Blue) = 108+103+99=310 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.84% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 99 (39.06% from 255 or 31.94% from 310); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6763 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6763 is #93989C. Grayscale: #686868. Windows color (decimal): -9672861 or 6514540. OLE color: 6514540.

HSL color Cylindrical-coordinate representation of color #6C6763: hue angle of 26.67º degrees, saturation: 0.04, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #6C6763 is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB10810399-
CMYK00.050.080.58
HSL26.67º4.35%40.59%-
HSV(B)26.67º8.33%42.35%-
XYZ13.2913.7913.77-
YUV104.04125.16130.83-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.84%
GREEN value IS 103 (40.62% from 255) = 33.23%
BLUE value IS 99 (39.06% from 255) = 31.94%
R=34.84%
G=33.23%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1081039900.050.080.5826.674.3540.59
Hex6C67630583A1b429
Octal15414714305107233451
Binary1101100110011111000110101100011101011011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,103,99); }

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

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

 a { background-color: rgb(108,103,99); }

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

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

 span { border-color: rgb(108,103,99); }

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