#706353

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

Shades of Pine Cone #706353

Tints of Pine Cone #706353

Color information

#706353 (or 0x706353) is unknown color: approx Pine Cone. HEX triplet: 70, 63 and 53. RGB value is (112,99,83). Sum of RGB (Red+Green+Blue) = 112+99+83=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 99 (39.06% from 255 or 33.67% from 294); Blue value is 83 (32.81% from 255 or 28.23% from 294); Max value from RGB is 112 - color contains mainly: red. Hex color #706353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706353 is #8F9CAC. Grayscale: #656565. Windows color (decimal): -9411757 or 5464944. OLE color: 5464944.

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

Color convert

RGB1129983-
CMYK00.120.260.56
HSL33.1º14.87%38.24%-
HSV(B)33.1º25.89%43.92%-
XYZ12.7112.9910.02-
YUV101.06117.81135.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.10%
GREEN value IS 99 (39.06% from 255) = 33.67%
BLUE value IS 83 (32.81% from 255) = 28.23%
R=38.10%
G=33.67%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112998300.120.260.5633.114.8738.24
Hex7063530C1A3821f26
Octal1601431230143270411746
Binary11100001100011101001101100110101110001000011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706353; }

 p { color: rgb(112,99,83); }

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

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

 a { background-color: rgb(112,99,83); }

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

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

 span { border-color: rgb(112,99,83); }

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