#6F6357

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

Shades of Pine Cone #6F6357

Tints of Pine Cone #6F6357

Color information

#6F6357 (or 0x6F6357) is unknown color: approx Pine Cone. HEX triplet: 6F, 63 and 57. RGB value is (111,99,87). Sum of RGB (Red+Green+Blue) = 111+99+87=297 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.37% from 297); Green value is 99 (39.06% from 255 or 33.33% from 297); Blue value is 87 (34.38% from 255 or 29.29% from 297); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6357 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6357 is #909CA8. Grayscale: #656565. Windows color (decimal): -9477289 or 5727087. OLE color: 5727087.

HSL color Cylindrical-coordinate representation of color #6F6357: hue angle of 30º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6F6357 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB1119987-
CMYK00.110.220.56
HSL30º12.12%38.82%-
HSV(B)30º21.62%43.53%-
XYZ12.7412.9910.85-
YUV101.22119.98134.98-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37.37%
GREEN value IS 99 (39.06% from 255) = 33.33%
BLUE value IS 87 (34.38% from 255) = 29.29%
R=37.37%
G=33.33%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111998700.110.220.563012.1238.82
Hex6F63570B16381ec27
Octal1571431270132670361447
Binary1101111110001110101110101110110111000111101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,99,87); }

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

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

 a { background-color: rgb(111,99,87); }

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

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

 span { border-color: rgb(111,99,87); }

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