#6F6558

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

Shades of Pine Cone #6F6558

Tints of Pine Cone #6F6558

Color information

#6F6558 (or 0x6F6558) is unknown color: approx Pine Cone. HEX triplet: 6F, 65 and 58. RGB value is (111,101,88). Sum of RGB (Red+Green+Blue) = 111+101+88=300 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37% from 300); Green value is 101 (39.84% from 255 or 33.67% from 300); Blue value is 88 (34.77% from 255 or 29.33% from 300); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6558 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6558 is #909AA7. Grayscale: #666666. Windows color (decimal): -9476776 or 5793135. OLE color: 5793135.

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

Color convert

RGB11110188-
CMYK00.090.210.56
HSL33.91º11.56%39.02%-
HSV(B)33.91º20.72%43.53%-
XYZ12.9713.3911.13-
YUV102.51119.81134.06-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37%
GREEN value IS 101 (39.84% from 255) = 33.67%
BLUE value IS 88 (34.77% from 255) = 29.33%
R=37%
G=33.67%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111018800.090.210.5633.9111.5639.02
Hex6F655809153822c27
Octal1571451300112570421447
Binary11011111100101101100001001101011110001000101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,101,88); }

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

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

 a { background-color: rgb(111,101,88); }

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

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

 span { border-color: rgb(111,101,88); }

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