Html Css Color HEX #706254 Pine Cone

📋 copy color: '#706254'

red 112 ◦ green 98 ◦ blue 84

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

Shades of Pine Cone #706254

Tints of Pine Cone #706254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 28.57%

R = 38.1%
G = 33.33%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#706254 (or 0x706254) is known color: Pine Cone. HEX triplet: 70, 62 and 54. RGB value is (112,98,84). Sum of RGB (Red+Green+Blue) = 112+98+84=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 98 (38.67% from 255 or 33.33% from 294); Blue value is 84 (33.20% from 255 or 28.57% from 294); Max value from RGB is 112 - color contains mainly: red. Hex color #706254 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706254 is #8F9DAB. Grayscale: #646464. Windows color (decimal): -9412012 or 5530224. OLE color: 5530224.

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

Color convert

RGB 112 98 84 -
CMYK 0 0.13 0.25 0.56
HSL 30º 0.14% 0.38% -
HSV(B) 30º 0.25% 0.44% -
XYZ 12.65 12.82 10.2 -
YUV 100.59 118.64 136.14 -
System Red Green Blue C M Y K H S L
Decimal 112 98 84 0 0.13 0.25 0.56 30 0.14 0.38
Hex 70 62 54 0 D 19 38 1E E 26
Octal 160 142 124 0 15 31 70 36 16 46
Binary 1110000 1100010 1010100 0 1101 11001 111000 11110 1110 100110

Color Harmonies of #706254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706254

Black with #706254

Text Example


Text Example

White with #706254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706254; }

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

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

background-color css

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

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

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

border-color css

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

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

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