Html Css Color HEX #706454 Pine Cone

📋 copy color: '#706454'

red 112 ◦ green 100 ◦ blue 84

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

Shades of Pine Cone #706454

Tints of Pine Cone #706454

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.78%

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

R = 37.84%
G = 33.78%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#706454 (or 0x706454) is known color: Pine Cone. HEX triplet: 70, 64 and 54. RGB value is (112,100,84). Sum of RGB (Red+Green+Blue) = 112+100+84=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 100 (39.45% from 255 or 33.78% from 296); Blue value is 84 (33.20% from 255 or 28.38% from 296); Max value from RGB is 112 - color contains mainly: red. Hex color #706454 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706454 is #8F9BAB. Grayscale: #656565. Windows color (decimal): -9411500 or 5530736. OLE color: 5530736.

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

Color convert

RGB 112 100 84 -
CMYK 0 0.11 0.25 0.56
HSL 34.29º 0.14% 0.38% -
HSV(B) 34.29º 0.25% 0.44% -
XYZ 12.84 13.2 10.26 -
YUV 101.76 117.98 135.3 -
System Red Green Blue C M Y K H S L
Decimal 112 100 84 0 0.11 0.25 0.56 34.29 0.14 0.38
Hex 70 64 54 0 B 19 38 22 E 26
Octal 160 144 124 0 13 31 70 42 16 46
Binary 1110000 1100100 1010100 0 1011 11001 111000 100010 1110 100110

Color Harmonies of #706454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706454

Black with #706454

Text Example


Text Example

White with #706454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706454; }

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

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

background-color css

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

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

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

border-color css

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

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

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