Html Css Color HEX #706353 Pine Cone

📋 copy color: '#706353'

red 112 ◦ green 99 ◦ blue 83

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

Shades of Pine Cone #706353

Tints of Pine Cone #706353

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.67%

 BLUE value IS 83 (32.81% from 255) = 28.23%

R = 38.1%
G = 33.67%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#706353 (or 0x706353) is known color: Pine Cone. HEX triplet: 70, 63 and 53. RGB value is (112,99,83). Sum of RGB (Red+Green+Blue) = 112+99+83=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 99 (39.06% from 255 or 33.67% from 294); Blue value is 83 (32.81% from 255 or 28.23% from 294); Max value from RGB is 112 - color contains mainly: red. Hex color #706353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706353 is #8F9CAC. Grayscale: #656565. Windows color (decimal): -9411757 or 5464944. OLE color: 5464944.

HSL color Cylindrical-coordinate representation of color #706353: hue angle of 33.1º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #706353 is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 99 83 -
CMYK 0 0.12 0.26 0.56
HSL 33.1º 0.15% 0.38% -
HSV(B) 33.1º 0.26% 0.44% -
XYZ 12.71 12.99 10.02 -
YUV 101.06 117.81 135.8 -
System Red Green Blue C M Y K H S L
Decimal 112 99 83 0 0.12 0.26 0.56 33.1 0.15 0.38
Hex 70 63 53 0 C 1A 38 21 F 26
Octal 160 143 123 0 14 32 70 41 17 46
Binary 1110000 1100011 1010011 0 1100 11010 111000 100001 1111 100110

Color Harmonies of #706353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706353

Black with #706353

Text Example


Text Example

White with #706353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706353; }

 p { color: rgb(112,99,83); }

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

background-color css

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

 a { background-color: rgb(112,99,83); }

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

border-color css

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

 span { border-color: rgb(112,99,83); }

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