#6F6253

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

Shades of Pine Cone #6F6253

Tints of Pine Cone #6F6253

Color information

#6F6253 (or 0x6F6253) is unknown color: approx Pine Cone. HEX triplet: 6F, 62 and 53. RGB value is (111,98,83). Sum of RGB (Red+Green+Blue) = 111+98+83=292 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.01% from 292); Green value is 98 (38.67% from 255 or 33.56% from 292); Blue value is 83 (32.81% from 255 or 28.42% from 292); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6253 is #909DAC. Grayscale: #646464. Windows color (decimal): -9477549 or 5464687. OLE color: 5464687.

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

Color convert

RGB1119883-
CMYK00.120.250.56
HSL32.14º14.43%38.04%-
HSV(B)32.14º25.23%43.53%-
XYZ12.4812.749.98-
YUV100.18118.31135.72-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.01%
GREEN value IS 98 (38.67% from 255) = 33.56%
BLUE value IS 83 (32.81% from 255) = 28.42%
R=38.01%
G=33.56%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111988300.120.250.5632.1414.4338.04
Hex6F62530C193820e26
Octal1571421230143170401646
Binary11011111100010101001101100110011110001000001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,98,83); }

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

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

 a { background-color: rgb(111,98,83); }

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

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

 span { border-color: rgb(111,98,83); }

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