Html Css Color HEX #706255 Pine Cone

📋 copy color: '#706255'

red 112 ◦ green 98 ◦ blue 85

#706255
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Cone #706255

Tints of Pine Cone #706255

RGB

 RED value IS 112 (44.14% from 255) = 37.97%

 GREEN value IS 98 (38.67% from 255) = 33.22%

 BLUE value IS 85 (33.59% from 255) = 28.81%

R = 37.97%
G = 33.22%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#706255 (or 0x706255) is known color: Pine Cone. HEX triplet: 70, 62 and 55. RGB value is (112,98,85). Sum of RGB (Red+Green+Blue) = 112+98+85=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 98 (38.67% from 255 or 33.22% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 112 - color contains mainly: red. Hex color #706255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706255 is #8F9DAA. Grayscale: #646464. Windows color (decimal): -9412011 or 5595760. OLE color: 5595760.

HSL color Cylindrical-coordinate representation of color #706255: hue angle of 28.89º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #706255 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 98 85 -
CMYK 0 0.13 0.24 0.56
HSL 28.89º 0.14% 0.39% -
HSV(B) 28.89º 0.24% 0.44% -
XYZ 12.69 12.84 10.4 -
YUV 100.7 119.14 136.06 -
System Red Green Blue C M Y K H S L
Decimal 112 98 85 0 0.13 0.24 0.56 28.89 0.14 0.39
Hex 70 62 55 0 D 18 38 1D E 27
Octal 160 142 125 0 15 30 70 35 16 47
Binary 1110000 1100010 1010101 0 1101 11000 111000 11101 1110 100111

Color Harmonies of #706255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706255

Black with #706255

Text Example


Text Example

White with #706255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706255; }

 p { color: rgb(112,98,85); }

 H1.HeaderClassName
 {
   color: #706255;
 }
 .AnyTagClassName
 {
   color: #706255;
 }
</style>

background-color css

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

 a { background-color: rgb(112,98,85); }

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

border-color css

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

 span { border-color: rgb(112,98,85); }

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