Html Css Color HEX #70665E Pine Cone

📋 copy color: '#70665E'

red 112 ◦ green 102 ◦ blue 94

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

Shades of Pine Cone #70665E

Tints of Pine Cone #70665E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 30.52%

R = 36.36%
G = 33.12%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#70665E (or 0x70665E) is known color: Pine Cone. HEX triplet: 70, 66 and 5E. RGB value is (112,102,94). Sum of RGB (Red+Green+Blue) = 112+102+94=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 94 (37.11% from 255 or 30.52% from 308); Max value from RGB is 112 - color contains mainly: red. Hex color #70665E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70665E is #8F99A1. Grayscale: #686868. Windows color (decimal): -9410978 or 6186608. OLE color: 6186608.

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

Color convert

RGB 112 102 94 -
CMYK 0 0.09 0.16 0.56
HSL 26.67º 0.09% 0.4% -
HSV(B) 26.67º 0.16% 0.44% -
XYZ 13.45 13.76 12.54 -
YUV 104.08 122.31 133.65 -
System Red Green Blue C M Y K H S L
Decimal 112 102 94 0 0.09 0.16 0.56 26.67 0.09 0.4
Hex 70 66 5E 0 9 10 38 1B 9 28
Octal 160 146 136 0 11 20 70 33 11 50
Binary 1110000 1100110 1011110 0 1001 10000 111000 11011 1001 101000

Color Harmonies of #70665E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70665E

Black with #70665E

Text Example


Text Example

White with #70665E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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