Html Css Color HEX #706455 Pine Cone

📋 copy color: '#706455'

red 112 ◦ green 100 ◦ blue 85

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

Shades of Pine Cone #706455

Tints of Pine Cone #706455

RGB

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

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

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

R = 37.71%
G = 33.67%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#706455 (or 0x706455) is known color: Pine Cone. HEX triplet: 70, 64 and 55. RGB value is (112,100,85). Sum of RGB (Red+Green+Blue) = 112+100+85=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 85 (33.59% from 255 or 28.62% from 297); Max value from RGB is 112 - color contains mainly: red. Hex color #706455 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706455 is #8F9BAA. Grayscale: #656565. Windows color (decimal): -9411499 or 5596272. OLE color: 5596272.

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

Color convert

RGB 112 100 85 -
CMYK 0 0.11 0.24 0.56
HSL 33.33º 0.14% 0.39% -
HSV(B) 33.33º 0.24% 0.44% -
XYZ 12.88 13.21 10.47 -
YUV 101.88 118.48 135.22 -
System Red Green Blue C M Y K H S L
Decimal 112 100 85 0 0.11 0.24 0.56 33.33 0.14 0.39
Hex 70 64 55 0 B 18 38 21 E 27
Octal 160 144 125 0 13 30 70 41 16 47
Binary 1110000 1100100 1010101 0 1011 11000 111000 100001 1110 100111

Color Harmonies of #706455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706455

Black with #706455

Text Example


Text Example

White with #706455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706455; }

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

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

background-color css

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

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

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

border-color css

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

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

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