#6F6358

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

Shades of Pine Cone #6F6358

Tints of Pine Cone #6F6358

Color information

#6F6358 (or 0x6F6358) is unknown color: approx Pine Cone. HEX triplet: 6F, 63 and 58. RGB value is (111,99,88). Sum of RGB (Red+Green+Blue) = 111+99+88=298 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.25% from 298); Green value is 99 (39.06% from 255 or 33.22% from 298); Blue value is 88 (34.77% from 255 or 29.53% from 298); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6358 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6358 is #909CA7. Grayscale: #656565. Windows color (decimal): -9477288 or 5792623. OLE color: 5792623.

HSL color Cylindrical-coordinate representation of color #6F6358: hue angle of 28.7º 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 #6F6358 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB1119988-
CMYK00.110.210.56
HSL28.7º11.56%39.02%-
HSV(B)28.7º20.72%43.53%-
XYZ12.7813.0111.07-
YUV101.33120.48134.89-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37.25%
GREEN value IS 99 (39.06% from 255) = 33.22%
BLUE value IS 88 (34.77% from 255) = 29.53%
R=37.25%
G=33.22%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111998800.110.210.5628.711.5639.02
Hex6F63580B15381dc27
Octal1571431300132570351447
Binary1101111110001110110000101110101111000111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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