Html Css Color HEX #706658 Pine Cone

📋 copy color: '#706658'

red 112 ◦ green 102 ◦ blue 88

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

Shades of Pine Cone #706658

Tints of Pine Cone #706658

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.77%

 BLUE value IS 88 (34.77% from 255) = 29.14%

R = 37.09%
G = 33.77%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#706658 (or 0x706658) is known color: Pine Cone. HEX triplet: 70, 66 and 58. RGB value is (112,102,88). Sum of RGB (Red+Green+Blue) = 112+102+88=302 (40% of max value = 765). Red value is 112 (44.14% from 255 or 37.09% from 302); Green value is 102 (40.23% from 255 or 33.77% from 302); Blue value is 88 (34.77% from 255 or 29.14% from 302); Max value from RGB is 112 - color contains mainly: red. Hex color #706658 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706658 is #8F99A7. Grayscale: #676767. Windows color (decimal): -9410984 or 5793392. OLE color: 5793392.

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

Color convert

RGB 112 102 88 -
CMYK 0 0.09 0.21 0.56
HSL 35º 0.12% 0.39% -
HSV(B) 35º 0.21% 0.44% -
XYZ 13.19 13.65 11.17 -
YUV 103.39 119.31 134.14 -
System Red Green Blue C M Y K H S L
Decimal 112 102 88 0 0.09 0.21 0.56 35 0.12 0.39
Hex 70 66 58 0 9 15 38 23 C 27
Octal 160 146 130 0 11 25 70 43 14 47
Binary 1110000 1100110 1011000 0 1001 10101 111000 100011 1100 100111

Color Harmonies of #706658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706658

Black with #706658

Text Example


Text Example

White with #706658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706658; }

 p { color: rgb(112,102,88); }

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

background-color css

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

 a { background-color: rgb(112,102,88); }

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

border-color css

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

 span { border-color: rgb(112,102,88); }

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