Html Css Color HEX #73685E Pine Cone

📋 copy color: '#73685E'

red 115 ◦ green 104 ◦ blue 94

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

Shades of Pine Cone #73685E

Tints of Pine Cone #73685E

RGB

 RED value IS 115 (45.31% from 255) = 36.74%

 GREEN value IS 104 (41.02% from 255) = 33.23%

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

R = 36.74%
G = 33.23%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#73685E (or 0x73685E) is known color: Pine Cone. HEX triplet: 73, 68 and 5E. RGB value is (115,104,94). Sum of RGB (Red+Green+Blue) = 115+104+94=313 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.74% from 313); Green value is 104 (41.02% from 255 or 33.23% from 313); Blue value is 94 (37.11% from 255 or 30.03% from 313); Max value from RGB is 115 - color contains mainly: red. Hex color #73685E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73685E is #8C97A1. Grayscale: #6A6A6A. Windows color (decimal): -9213858 or 6187123. OLE color: 6187123.

HSL color Cylindrical-coordinate representation of color #73685E: hue angle of 28.57º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #73685E is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 104 94 -
CMYK 0 0.10 0.18 0.55
HSL 28.57º 0.1% 0.41% -
HSV(B) 28.57º 0.18% 0.45% -
XYZ 14.04 14.35 12.62 -
YUV 106.15 121.14 134.31 -
System Red Green Blue C M Y K H S L
Decimal 115 104 94 0 0.10 0.18 0.55 28.57 0.1 0.41
Hex 73 68 5E 0 A 12 37 1D A 29
Octal 163 150 136 0 12 22 67 35 12 51
Binary 1110011 1101000 1011110 0 1010 10010 110111 11101 1010 101001

Color Harmonies of #73685E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73685E

Black with #73685E

Text Example


Text Example

White with #73685E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,104,94); }

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

background-color css

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

 a { background-color: rgb(115,104,94); }

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

border-color css

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

 span { border-color: rgb(115,104,94); }

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