Html Css Color HEX #70665A Pine Cone

📋 copy color: '#70665A'

red 112 ◦ green 102 ◦ blue 90

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

Shades of Pine Cone #70665A

Tints of Pine Cone #70665A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 29.61%

R = 36.84%
G = 33.55%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#70665A (or 0x70665A) is known color: Pine Cone. HEX triplet: 70, 66 and 5A. RGB value is (112,102,90). Sum of RGB (Red+Green+Blue) = 112+102+90=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 102 (40.23% from 255 or 33.55% from 304); Blue value is 90 (35.55% from 255 or 29.61% from 304); Max value from RGB is 112 - color contains mainly: red. Hex color #70665A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70665A is #8F99A5. Grayscale: #676767. Windows color (decimal): -9410982 or 5924464. OLE color: 5924464.

HSL color Cylindrical-coordinate representation of color #70665A: hue angle of 32.73º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #70665A is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 102 90 -
CMYK 0 0.09 0.20 0.56
HSL 32.73º 0.11% 0.4% -
HSV(B) 32.73º 0.2% 0.44% -
XYZ 13.28 13.69 11.61 -
YUV 103.62 120.31 133.98 -
System Red Green Blue C M Y K H S L
Decimal 112 102 90 0 0.09 0.20 0.56 32.73 0.11 0.4
Hex 70 66 5A 0 9 14 38 21 B 28
Octal 160 146 132 0 11 24 70 41 13 50
Binary 1110000 1100110 1011010 0 1001 10100 111000 100001 1011 101000

Color Harmonies of #70665A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70665A

Black with #70665A

Text Example


Text Example

White with #70665A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70665A; }

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

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

background-color css

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

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

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

border-color css

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

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

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